Html Css Color HEX #6C7502 Olive

📋 copy color: '#6C7502'

red 108 ◦ green 117 ◦ blue 2

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

Shades of Olive #6C7502

Tints of Olive #6C7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.54%

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

R = 47.58%
G = 51.54%
B = 0.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#6C7502 (or 0x6C7502) is known color: Olive. HEX triplet: 6C, 75 and 02. RGB value is (108,117,2). Sum of RGB (Red+Green+Blue) = 108+117+2=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #6C7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7502 is #938AFD. Grayscale: #656565. Windows color (decimal): -9669374 or 161132. OLE color: 161132.

HSL color Cylindrical-coordinate representation of color #6C7502: hue angle of 64.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C7502 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 117 2 -
CMYK 0.08 0 0.98 0.54
HSL 64.7º 0.97% 0.23% -
HSV(B) 64.7º 0.98% 0.46% -
XYZ 12.56 15.92 2.47 -
YUV 101.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 108 117 2 0.08 0 0.98 0.54 64.7 0.97 0.23
Hex 6C 75 2 8 0 62 36 41 61 17
Octal 154 165 2 10 0 142 66 101 141 27
Binary 1101100 1110101 10 1000 0 1100010 110110 1000001 1100001 10111

Color Harmonies of #6C7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7502

Black with #6C7502

Text Example


Text Example

White with #6C7502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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