Html Css Color HEX #6C910A Olive Drab

📋 copy color: '#6C910A'

red 108 ◦ green 145 ◦ blue 10

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

Shades of Olive Drab #6C910A

Tints of Olive Drab #6C910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.13%

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 41.06%
G = 55.13%
B = 3.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#6C910A (or 0x6C910A) is known color: Olive Drab. HEX triplet: 6C, 91 and 0A. RGB value is (108,145,10). Sum of RGB (Red+Green+Blue) = 108+145+10=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #6C910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C910A is #936EF5. Grayscale: #777777. Windows color (decimal): -9662198 or 692588. OLE color: 692588.

HSL color Cylindrical-coordinate representation of color #6C910A: hue angle of 76.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C910A is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 145 10 -
CMYK 0.26 0 0.93 0.43
HSL 76.44º 0.87% 0.3% -
HSV(B) 76.44º 0.93% 0.57% -
XYZ 16.36 23.46 3.95 -
YUV 118.55 66.74 120.48 -
System Red Green Blue C M Y K H S L
Decimal 108 145 10 0.26 0 0.93 0.43 76.44 0.87 0.3
Hex 6C 91 A 1A 0 5D 2B 4C 57 1E
Octal 154 221 12 32 0 135 53 114 127 36
Binary 1101100 10010001 1010 11010 0 1011101 101011 1001100 1010111 11110

Color Harmonies of #6C910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C910A

Black with #6C910A

Text Example


Text Example

White with #6C910A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,145,10); }

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

background-color css

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

 a { background-color: rgb(108,145,10); }

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

border-color css

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

 span { border-color: rgb(108,145,10); }

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