Html Css Color HEX #6C7002 Olive

📋 copy color: '#6C7002'

red 108 ◦ green 112 ◦ blue 2

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

Shades of Olive #6C7002

Tints of Olive #6C7002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 48.65%
G = 50.45%
B = 0.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6C7002 (or 0x6C7002) is known color: Olive. HEX triplet: 6C, 70 and 02. RGB value is (108,112,2). Sum of RGB (Red+Green+Blue) = 108+112+2=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7002 is #938FFD. Grayscale: #626262. Windows color (decimal): -9670654 or 159852. OLE color: 159852.

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

Color convert

RGB 108 112 2 -
CMYK 0.04 0 0.98 0.56
HSL 62.18º 0.96% 0.22% -
HSV(B) 62.18º 0.98% 0.44% -
XYZ 11.99 14.78 2.28 -
YUV 98.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 108 112 2 0.04 0 0.98 0.56 62.18 0.96 0.22
Hex 6C 70 2 4 0 62 38 3E 60 16
Octal 154 160 2 4 0 142 70 76 140 26
Binary 1101100 1110000 10 100 0 1100010 111000 111110 1100000 10110

Color Harmonies of #6C7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7002

Black with #6C7002

Text Example


Text Example

White with #6C7002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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