Html Css Color HEX #7D7205 Olive

📋 copy color: '#7D7205'

red 125 ◦ green 114 ◦ blue 5

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

Shades of Olive #7D7205

Tints of Olive #7D7205

RGB

 RED value IS 125 (49.22% from 255) = 51.23%

 GREEN value IS 114 (44.92% from 255) = 46.72%

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

R = 51.23%
G = 46.72%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7D7205 (or 0x7D7205) is known color: Olive. HEX triplet: 7D, 72 and 05. RGB value is (125,114,5). Sum of RGB (Red+Green+Blue) = 125+114+5=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7205 is #828DFA. Grayscale: #696969. Windows color (decimal): -8556027 or 356989. OLE color: 356989.

HSL color Cylindrical-coordinate representation of color #7D7205: hue angle of 54.5º 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 #7D7205 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 114 5 -
CMYK 0 0.09 0.96 0.51
HSL 54.5º 0.92% 0.25% -
HSV(B) 54.5º 0.96% 0.49% -
XYZ 14.5 16.41 2.55 -
YUV 104.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 125 114 5 0 0.09 0.96 0.51 54.5 0.92 0.25
Hex 7D 72 5 0 9 60 33 36 5C 19
Octal 175 162 5 0 11 140 63 66 134 31
Binary 1111101 1110010 101 0 1001 1100000 110011 110110 1011100 11001

Color Harmonies of #7D7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7205

Black with #7D7205

Text Example


Text Example

White with #7D7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D7205; }

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

 H1.HeaderClassName
 {
   color: #7D7205;
 }
 .AnyTagClassName
 {
   color: #7D7205;
 }
</style>

background-color css

<style>
 a { background-color: #7D7205; }

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

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

border-color css

<style>
 span { border-color: #7D7205; }

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

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