Html Css Color HEX #6C900A Olive Drab

📋 copy color: '#6C900A'

red 108 ◦ green 144 ◦ blue 10

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

Shades of Olive Drab #6C900A

Tints of Olive Drab #6C900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

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

R = 41.22%
G = 54.96%
B = 3.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#6C900A (or 0x6C900A) is known color: Olive Drab. HEX triplet: 6C, 90 and 0A. RGB value is (108,144,10). Sum of RGB (Red+Green+Blue) = 108+144+10=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #6C900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C900A is #936FF5. Grayscale: #767676. Windows color (decimal): -9662454 or 692332. OLE color: 692332.

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

Color convert

RGB 108 144 10 -
CMYK 0.25 0 0.93 0.44
HSL 76.12º 0.87% 0.3% -
HSV(B) 76.12º 0.93% 0.56% -
XYZ 16.21 23.16 3.9 -
YUV 117.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 108 144 10 0.25 0 0.93 0.44 76.12 0.87 0.3
Hex 6C 90 A 19 0 5D 2C 4C 57 1E
Octal 154 220 12 31 0 135 54 114 127 36
Binary 1101100 10010000 1010 11001 0 1011101 101100 1001100 1010111 11110

Color Harmonies of #6C900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C900A

Black with #6C900A

Text Example


Text Example

White with #6C900A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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