Html Css Color HEX #6D6706 Olive

📋 copy color: '#6D6706'

red 109 ◦ green 103 ◦ blue 6

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

Shades of Olive #6D6706

Tints of Olive #6D6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.25%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 50%
G = 47.25%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D6706 (or 0x6D6706) is known color: Olive. HEX triplet: 6D, 67 and 06. RGB value is (109,103,6). Sum of RGB (Red+Green+Blue) = 109+103+6=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6706 is #9298F9. Grayscale: #5E5E5E. Windows color (decimal): -9607418 or 419693. OLE color: 419693.

HSL color Cylindrical-coordinate representation of color #6D6706: hue angle of 56.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D6706 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 103 6 -
CMYK 0 0.06 0.94 0.57
HSL 56.5º 0.9% 0.23% -
HSV(B) 56.5º 0.94% 0.43% -
XYZ 11.19 12.96 2.08 -
YUV 93.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 109 103 6 0 0.06 0.94 0.57 56.5 0.9 0.23
Hex 6D 67 6 0 6 5E 39 39 5A 17
Octal 155 147 6 0 6 136 71 71 132 27
Binary 1101101 1100111 110 0 110 1011110 111001 111001 1011010 10111

Color Harmonies of #6D6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6706

Black with #6D6706

Text Example


Text Example

White with #6D6706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,103,6); }

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

background-color css

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

 a { background-color: rgb(109,103,6); }

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

border-color css

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

 span { border-color: rgb(109,103,6); }

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