#6B990F

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

Shades of Christi #6B990F

Tints of Christi #6B990F

Color information

#6B990F (or 0x6B990F) is unknown color: approx Christi. HEX triplet: 6B, 99 and 0F. RGB value is (107,153,15). Sum of RGB (Red+Green+Blue) = 107+153+15=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #6B990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B990F is #9466F0. Grayscale: #7C7C7C. Windows color (decimal): -9725681 or 1022315. OLE color: 1022315.

HSL color Cylindrical-coordinate representation of color #6B990F: hue angle of 80º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B990F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB10715315-
CMYK0.3000.900.4
HSL80º82.14%32.94%-
HSV(B)80º90.2%60%-
XYZ17.5425.944.53-
YUV123.5166.76116.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=38.91%
G=55.64%
B=5.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107153150.3000.900.48082.1432.94
Hex6B99F1E05A28505221
Octal153231173601325012012241
Binary1101011100110011111111100101101010100010100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,153,15); }

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

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

 a { background-color: rgb(107,153,15); }

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

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

 span { border-color: rgb(107,153,15); }

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