Html Css Color HEX #6C950C Olive Drab

📋 copy color: '#6C950C'

red 108 ◦ green 149 ◦ blue 12

#6C950C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6C950C

Tints of Olive Drab #6C950C

RGB

 RED value IS 108 (42.58% from 255) = 40.15%

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 40.15%
G = 55.39%
B = 4.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#6C950C (or 0x6C950C) is known color: Olive Drab. HEX triplet: 6C, 95 and 0C. RGB value is (108,149,12). Sum of RGB (Red+Green+Blue) = 108+149+12=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #6C950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C950C is #936AF3. Grayscale: #797979. Windows color (decimal): -9661172 or 824684. OLE color: 824684.

HSL color Cylindrical-coordinate representation of color #6C950C: hue angle of 77.96º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C950C is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 12 -
CMYK 0.28 0 0.92 0.42
HSL 77.96º 0.85% 0.32% -
HSV(B) 77.96º 0.92% 0.58% -
XYZ 17 24.71 4.22 -
YUV 121.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 108 149 12 0.28 0 0.92 0.42 77.96 0.85 0.32
Hex 6C 95 C 1C 0 5C 2A 4E 55 20
Octal 154 225 14 34 0 134 52 116 125 40
Binary 1101100 10010101 1100 11100 0 1011100 101010 1001110 1010101 100000

Color Harmonies of #6C950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C950C

Black with #6C950C

Text Example


Text Example

White with #6C950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,149,12); }

 H1.HeaderClassName
 {
   color: #6C950C;
 }
 .AnyTagClassName
 {
   color: #6C950C;
 }
</style>

background-color css

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

 a { background-color: rgb(108,149,12); }

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

border-color css

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

 span { border-color: rgb(108,149,12); }

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