#6BAB0D

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

Shades of Christi #6BAB0D

Tints of Christi #6BAB0D

Color information

#6BAB0D (or 0x6BAB0D) is unknown color: approx Christi. HEX triplet: 6B, AB and 0D. RGB value is (107,171,13). Sum of RGB (Red+Green+Blue) = 107+171+13=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAB0D is #9454F2. Grayscale: #868686. Windows color (decimal): -9721075 or 895851. OLE color: 895851.

HSL color Cylindrical-coordinate representation of color #6BAB0D: hue angle of 84.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BAB0D is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB10717113-
CMYK0.3700.920.33
HSL84.3º85.87%36.08%-
HSV(B)84.3º92.4%67.06%-
XYZ20.732.285.52-
YUV133.8559.8108.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.77%
GREEN value IS 171 (67.19% from 255) = 58.76%
BLUE value IS 13 (5.47% from 255) = 4.47%
R=36.77%
G=58.76%
B=4.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107171130.3700.920.3384.385.8736.08
Hex6BABD2505C21545624
Octal153253154501344112412644
Binary11010111010101111011001010101110010000110101001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,13); }

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

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

 a { background-color: rgb(107,171,13); }

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

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

 span { border-color: rgb(107,171,13); }

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