Html Css Color HEX #6C940A Olive Drab

📋 copy color: '#6C940A'

red 108 ◦ green 148 ◦ blue 10

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

Shades of Olive Drab #6C940A

Tints of Olive Drab #6C940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.64%

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

R = 40.6%
G = 55.64%
B = 3.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#6C940A (or 0x6C940A) is known color: Olive Drab. HEX triplet: 6C, 94 and 0A. RGB value is (108,148,10). Sum of RGB (Red+Green+Blue) = 108+148+10=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #6C940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C940A is #936BF5. Grayscale: #787878. Windows color (decimal): -9661430 or 693356. OLE color: 693356.

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

Color convert

RGB 108 148 10 -
CMYK 0.27 0 0.93 0.42
HSL 77.39º 0.87% 0.31% -
HSV(B) 77.39º 0.93% 0.58% -
XYZ 16.83 24.39 4.11 -
YUV 120.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 108 148 10 0.27 0 0.93 0.42 77.39 0.87 0.31
Hex 6C 94 A 1B 0 5D 2A 4D 57 1F
Octal 154 224 12 33 0 135 52 115 127 37
Binary 1101100 10010100 1010 11011 0 1011101 101010 1001101 1010111 11111

Color Harmonies of #6C940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C940A

Black with #6C940A

Text Example


Text Example

White with #6C940A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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