Html Css Color HEX #6C7005 Olive

📋 copy color: '#6C7005'

red 108 ◦ green 112 ◦ blue 5

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

Shades of Olive #6C7005

Tints of Olive #6C7005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 48%
G = 49.78%
B = 2.22%

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

#6C7005 (or 0x6C7005) is known color: Olive. HEX triplet: 6C, 70 and 05. RGB value is (108,112,5). Sum of RGB (Red+Green+Blue) = 108+112+5=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7005 is #938FFA. Grayscale: #636363. Windows color (decimal): -9670651 or 356460. OLE color: 356460.

HSL color Cylindrical-coordinate representation of color #6C7005: hue angle of 62.24º degrees, saturation: 0.91, 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 #6C7005 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 5 -
CMYK 0.04 0 0.96 0.56
HSL 62.24º 0.91% 0.23% -
HSV(B) 62.24º 0.96% 0.44% -
XYZ 12.01 14.79 2.37 -
YUV 98.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 108 112 5 0.04 0 0.96 0.56 62.24 0.91 0.23
Hex 6C 70 5 4 0 60 38 3E 5B 17
Octal 154 160 5 4 0 140 70 76 133 27
Binary 1101100 1110000 101 100 0 1100000 111000 111110 1011011 10111

Color Harmonies of #6C7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7005

Black with #6C7005

Text Example


Text Example

White with #6C7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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