#6BAE1D

Color #6BAE1D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6BAE1D

Tints of Christi #6BAE1D

Color information

#6BAE1D (or 0x6BAE1D) is unknown color: approx Christi. HEX triplet: 6B, AE and 1D. RGB value is (107,174,29). Sum of RGB (Red+Green+Blue) = 107+174+29=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAE1D is #9451E2. Grayscale: #898989. Windows color (decimal): -9720291 or 1945195. OLE color: 1945195.

HSL color Cylindrical-coordinate representation of color #6BAE1D: hue angle of 87.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BAE1D is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB10717429-
CMYK0.3900.830.32
HSL87.72º71.43%39.8%-
HSV(B)87.72º83.33%68.24%-
XYZ21.4233.496.5-
YUV137.4466.8106.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 174 (68.36% from 255) = 56.13%
BLUE value IS 29 (11.72% from 255) = 9.35%
R=34.52%
G=56.13%
B=9.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107174290.3900.830.3287.7271.4339.8
Hex6BAE1D2705320584728
Octal153256354701234013010750
Binary110101110101110111011001110101001110000010110001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BAE1D; }

 p { color: rgb(107,174,29); }

 H1.HeaderClassName
 {
   color: #6BAE1D;
 }
 .AnyTagClassName
 {
   color: #6BAE1D;
 }
</style>
background-color css

<style>
 a { background-color: #6BAE1D; }

 a { background-color: rgb(107,174,29); }

 div.DivClassName
 {
   background-color: #6BAE1D;
 }
 .BgClassName
 {
   background-color: #6BAE1D;
 }
</style>
border-color css

<style>
 span { border-color: #6BAE1D; }

 span { border-color: rgb(107,174,29); }

 td.TdClassName
 {
   border-color: #6BAE1D;
 }
 .TagClassName
 {
   border-color: #6BAE1D;
 }
</style>