Html Css Color HEX #6D7005 Olive

📋 copy color: '#6D7005'

red 109 ◦ green 112 ◦ blue 5

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

Shades of Olive #6D7005

Tints of Olive #6D7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

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

R = 48.23%
G = 49.56%
B = 2.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6D7005 (or 0x6D7005) is known color: Olive. HEX triplet: 6D, 70 and 05. RGB value is (109,112,5). Sum of RGB (Red+Green+Blue) = 109+112+5=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7005 is #928FFA. Grayscale: #636363. Windows color (decimal): -9605115 or 356461. OLE color: 356461.

HSL color Cylindrical-coordinate representation of color #6D7005: hue angle of 61.68º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D7005 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 5 -
CMYK 0.03 0 0.96 0.56
HSL 61.68º 0.91% 0.23% -
HSV(B) 61.68º 0.96% 0.44% -
XYZ 12.13 14.85 2.37 -
YUV 98.91 75.01 135.2 -
System Red Green Blue C M Y K H S L
Decimal 109 112 5 0.03 0 0.96 0.56 61.68 0.91 0.23
Hex 6D 70 5 3 0 60 38 3E 5B 17
Octal 155 160 5 3 0 140 70 76 133 27
Binary 1101101 1110000 101 11 0 1100000 111000 111110 1011011 10111

Color Harmonies of #6D7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7005

Black with #6D7005

Text Example


Text Example

White with #6D7005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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