Html Css Color HEX #7D7B09 Olive

📋 copy color: '#7D7B09'

red 125 ◦ green 123 ◦ blue 9

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

Shades of Olive #7D7B09

Tints of Olive #7D7B09

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.86%

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 48.64%
G = 47.86%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7D7B09 (or 0x7D7B09) is known color: Olive. HEX triplet: 7D, 7B and 09. RGB value is (125,123,9). Sum of RGB (Red+Green+Blue) = 125+123+9=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7B09 is #8284F6. Grayscale: #6F6F6F. Windows color (decimal): -8553719 or 621437. OLE color: 621437.

HSL color Cylindrical-coordinate representation of color #7D7B09: hue angle of 58.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D7B09 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 123 9 -
CMYK 0 0.02 0.93 0.51
HSL 58.97º 0.87% 0.26% -
HSV(B) 58.97º 0.93% 0.49% -
XYZ 15.59 18.55 3.02 -
YUV 110.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 125 123 9 0 0.02 0.93 0.51 58.97 0.87 0.26
Hex 7D 7B 9 0 2 5D 33 3B 57 1A
Octal 175 173 11 0 2 135 63 73 127 32
Binary 1111101 1111011 1001 0 10 1011101 110011 111011 1010111 11010

Color Harmonies of #7D7B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7B09

Black with #7D7B09

Text Example


Text Example

White with #7D7B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,123,9); }

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

background-color css

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

 a { background-color: rgb(125,123,9); }

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

border-color css

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

 span { border-color: rgb(125,123,9); }

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