Html Css Color HEX #6C7004 Olive

📋 copy color: '#6C7004'

red 108 ◦ green 112 ◦ blue 4

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

Shades of Olive #6C7004

Tints of Olive #6C7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 48.21%
G = 50%
B = 1.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6C7004 (or 0x6C7004) is known color: Olive. HEX triplet: 6C, 70 and 04. RGB value is (108,112,4). Sum of RGB (Red+Green+Blue) = 108+112+4=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7004 is #938FFB. Grayscale: #626262. Windows color (decimal): -9670652 or 290924. OLE color: 290924.

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

Color convert

RGB 108 112 4 -
CMYK 0.04 0 0.96 0.56
HSL 62.22º 0.93% 0.23% -
HSV(B) 62.22º 0.96% 0.44% -
XYZ 12 14.79 2.34 -
YUV 98.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 108 112 4 0.04 0 0.96 0.56 62.22 0.93 0.23
Hex 6C 70 4 4 0 60 38 3E 5D 17
Octal 154 160 4 4 0 140 70 76 135 27
Binary 1101100 1110000 100 100 0 1100000 111000 111110 1011101 10111

Color Harmonies of #6C7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7004

Black with #6C7004

Text Example


Text Example

White with #6C7004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,4); }

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

background-color css

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

 a { background-color: rgb(108,112,4); }

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

border-color css

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

 span { border-color: rgb(108,112,4); }

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