Html Css Color HEX #6D7D05 Olive

📋 copy color: '#6D7D05'

red 109 ◦ green 125 ◦ blue 5

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

Shades of Olive #6D7D05

Tints of Olive #6D7D05

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.3%

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

R = 45.61%
G = 52.3%
B = 2.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#6D7D05 (or 0x6D7D05) is known color: Olive. HEX triplet: 6D, 7D and 05. RGB value is (109,125,5). Sum of RGB (Red+Green+Blue) = 109+125+5=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #6D7D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7D05 is #9282FA. Grayscale: #6A6A6A. Windows color (decimal): -9601787 or 359789. OLE color: 359789.

HSL color Cylindrical-coordinate representation of color #6D7D05: hue angle of 68º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D7D05 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 125 5 -
CMYK 0.13 0 0.96 0.51
HSL 68º 0.92% 0.25% -
HSV(B) 68º 0.96% 0.49% -
XYZ 13.67 17.93 2.88 -
YUV 106.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 109 125 5 0.13 0 0.96 0.51 68 0.92 0.25
Hex 6D 7D 5 D 0 60 33 44 5C 19
Octal 155 175 5 15 0 140 63 104 134 31
Binary 1101101 1111101 101 1101 0 1100000 110011 1000100 1011100 11001

Color Harmonies of #6D7D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7D05

Black with #6D7D05

Text Example


Text Example

White with #6D7D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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