Html Css Color HEX #6D7702 Olive

📋 copy color: '#6D7702'

red 109 ◦ green 119 ◦ blue 2

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

Shades of Olive #6D7702

Tints of Olive #6D7702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.74%

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

R = 47.39%
G = 51.74%
B = 0.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#6D7702 (or 0x6D7702) is known color: Olive. HEX triplet: 6D, 77 and 02. RGB value is (109,119,2). Sum of RGB (Red+Green+Blue) = 109+119+2=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7702 is #9288FD. Grayscale: #676767. Windows color (decimal): -9603326 or 161645. OLE color: 161645.

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

Color convert

RGB 109 119 2 -
CMYK 0.08 0 0.98 0.53
HSL 65.13º 0.97% 0.24% -
HSV(B) 65.13º 0.98% 0.47% -
XYZ 12.91 16.45 2.55 -
YUV 102.67 71.19 132.51 -
System Red Green Blue C M Y K H S L
Decimal 109 119 2 0.08 0 0.98 0.53 65.13 0.97 0.24
Hex 6D 77 2 8 0 62 35 41 61 18
Octal 155 167 2 10 0 142 65 101 141 30
Binary 1101101 1110111 10 1000 0 1100010 110101 1000001 1100001 11000

Color Harmonies of #6D7702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7702

Black with #6D7702

Text Example


Text Example

White with #6D7702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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