#6C990B

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

Shades of Christi #6C990B

Tints of Christi #6C990B

Color information

#6C990B (or 0x6C990B) is unknown color: approx Christi. HEX triplet: 6C, 99 and 0B. RGB value is (108,153,11). Sum of RGB (Red+Green+Blue) = 108+153+11=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #6C990B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C990B is #9366F4. Grayscale: #7B7B7B. Windows color (decimal): -9660149 or 760172. OLE color: 760172.

HSL color Cylindrical-coordinate representation of color #6C990B: hue angle of 79.01º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C990B is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB10815311-
CMYK0.2900.930.4
HSL79.01º86.59%32.16%-
HSV(B)79.01º92.81%60%-
XYZ17.6425.994.4-
YUV123.3664.59117.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=39.71%
G=56.25%
B=4.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108153110.2900.930.479.0186.5932.16
Hex6C99B1D05D284f5720
Octal154231133501355011712740
Binary1101100100110011011111010101110110100010011111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,153,11); }

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

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

 a { background-color: rgb(108,153,11); }

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

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

 span { border-color: rgb(108,153,11); }

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