Html Css Color HEX #6D7700 Olive

📋 copy color: '#6D7700'

red 109 ◦ green 119 ◦ blue 0

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

Shades of Olive #6D7700

Tints of Olive #6D7700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.81%
G = 52.19%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#6D7700 (or 0x6D7700) is known color: Olive. HEX triplet: 6D, 77 and 00. RGB value is (109,119,0). Sum of RGB (Red+Green+Blue) = 109+119+0=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7700 is #9288FF. Grayscale: #666666. Windows color (decimal): -9603328 or 30573. OLE color: 30573.

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

Color convert

RGB 109 119 0 -
CMYK 0.08 0 1 0.53
HSL 65.04º 1% 0.23% -
HSV(B) 65.04º 1% 0.47% -
XYZ 12.9 16.44 2.49 -
YUV 102.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 109 119 0 0.08 0 1 0.53 65.04 1 0.23
Hex 6D 77 0 8 0 64 35 41 64 17
Octal 155 167 0 10 0 144 65 101 144 27
Binary 1101101 1110111 0 1000 0 1100100 110101 1000001 1100100 10111

Color Harmonies of #6D7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7700

Black with #6D7700

Text Example


Text Example

White with #6D7700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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