Html Css Color HEX #6D7502 Olive

📋 copy color: '#6D7502'

red 109 ◦ green 117 ◦ blue 2

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

Shades of Olive #6D7502

Tints of Olive #6D7502

RGB

 RED value IS 109 (42.97% from 255) = 47.81%

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

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

R = 47.81%
G = 51.32%
B = 0.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#6D7502 (or 0x6D7502) is known color: Olive. HEX triplet: 6D, 75 and 02. RGB value is (109,117,2). Sum of RGB (Red+Green+Blue) = 109+117+2=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7502 is #928AFD. Grayscale: #656565. Windows color (decimal): -9603838 or 161133. OLE color: 161133.

HSL color Cylindrical-coordinate representation of color #6D7502: hue angle of 64.17º 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 #6D7502 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 2 -
CMYK 0.07 0 0.98 0.54
HSL 64.17º 0.97% 0.23% -
HSV(B) 64.17º 0.98% 0.46% -
XYZ 12.68 15.98 2.47 -
YUV 101.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 109 117 2 0.07 0 0.98 0.54 64.17 0.97 0.23
Hex 6D 75 2 7 0 62 36 40 61 17
Octal 155 165 2 7 0 142 66 100 141 27
Binary 1101101 1110101 10 111 0 1100010 110110 1000000 1100001 10111

Color Harmonies of #6D7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7502

Black with #6D7502

Text Example


Text Example

White with #6D7502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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