Html Css Color HEX #6C920A Olive Drab

📋 copy color: '#6C920A'

red 108 ◦ green 146 ◦ blue 10

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

Shades of Olive Drab #6C920A

Tints of Olive Drab #6C920A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.3%

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

R = 40.91%
G = 55.3%
B = 3.79%

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

#6C920A (or 0x6C920A) is known color: Olive Drab. HEX triplet: 6C, 92 and 0A. RGB value is (108,146,10). Sum of RGB (Red+Green+Blue) = 108+146+10=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #6C920A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C920A is #936DF5. Grayscale: #777777. Windows color (decimal): -9661942 or 692844. OLE color: 692844.

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

Color convert

RGB 108 146 10 -
CMYK 0.26 0 0.93 0.43
HSL 76.76º 0.87% 0.31% -
HSV(B) 76.76º 0.93% 0.57% -
XYZ 16.52 23.77 4 -
YUV 119.13 66.41 120.06 -
System Red Green Blue C M Y K H S L
Decimal 108 146 10 0.26 0 0.93 0.43 76.76 0.87 0.31
Hex 6C 92 A 1A 0 5D 2B 4D 57 1F
Octal 154 222 12 32 0 135 53 115 127 37
Binary 1101100 10010010 1010 11010 0 1011101 101011 1001101 1010111 11111

Color Harmonies of #6C920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C920A

Black with #6C920A

Text Example


Text Example

White with #6C920A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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