Html Css Color HEX #7D8909 Olive

📋 copy color: '#7D8909'

red 125 ◦ green 137 ◦ blue 9

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

Shades of Olive #7D8909

Tints of Olive #7D8909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.55%

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

R = 46.13%
G = 50.55%
B = 3.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#7D8909 (or 0x7D8909) is known color: Olive. HEX triplet: 7D, 89 and 09. RGB value is (125,137,9). Sum of RGB (Red+Green+Blue) = 125+137+9=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8909 is #8276F6. Grayscale: #777777. Windows color (decimal): -8550135 or 625021. OLE color: 625021.

HSL color Cylindrical-coordinate representation of color #7D8909: hue angle of 65.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D8909 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 9 -
CMYK 0.09 0 0.93 0.46
HSL 65.63º 0.88% 0.29% -
HSV(B) 65.63º 0.93% 0.54% -
XYZ 17.45 22.27 3.64 -
YUV 118.82 66.02 132.41 -
System Red Green Blue C M Y K H S L
Decimal 125 137 9 0.09 0 0.93 0.46 65.63 0.88 0.29
Hex 7D 89 9 9 0 5D 2E 42 58 1D
Octal 175 211 11 11 0 135 56 102 130 35
Binary 1111101 10001001 1001 1001 0 1011101 101110 1000010 1011000 11101

Color Harmonies of #7D8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8909

Black with #7D8909

Text Example


Text Example

White with #7D8909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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