Html Css Color HEX #6D7605 Olive

📋 copy color: '#6D7605'

red 109 ◦ green 118 ◦ blue 5

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

Shades of Olive #6D7605

Tints of Olive #6D7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.86%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 46.98%
G = 50.86%
B = 2.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#6D7605 (or 0x6D7605) is known color: Olive. HEX triplet: 6D, 76 and 05. RGB value is (109,118,5). Sum of RGB (Red+Green+Blue) = 109+118+5=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7605 is #9289FA. Grayscale: #666666. Windows color (decimal): -9603579 or 357997. OLE color: 357997.

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

Color convert

RGB 109 118 5 -
CMYK 0.08 0 0.96 0.54
HSL 64.78º 0.92% 0.24% -
HSV(B) 64.78º 0.96% 0.46% -
XYZ 12.81 16.22 2.6 -
YUV 102.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 109 118 5 0.08 0 0.96 0.54 64.78 0.92 0.24
Hex 6D 76 5 8 0 60 36 41 5C 18
Octal 155 166 5 10 0 140 66 101 134 30
Binary 1101101 1110110 101 1000 0 1100000 110110 1000001 1011100 11000

Color Harmonies of #6D7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7605

Black with #6D7605

Text Example


Text Example

White with #6D7605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,118,5); }

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

background-color css

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

 a { background-color: rgb(109,118,5); }

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

border-color css

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

 span { border-color: rgb(109,118,5); }

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