Html Css Color HEX #7D8908 Olive

📋 copy color: '#7D8908'

red 125 ◦ green 137 ◦ blue 8

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

Shades of Olive #7D8908

Tints of Olive #7D8908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 46.3%
G = 50.74%
B = 2.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#7D8908 (or 0x7D8908) is known color: Olive. HEX triplet: 7D, 89 and 08. RGB value is (125,137,8). Sum of RGB (Red+Green+Blue) = 125+137+8=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8908 is #8276F7. Grayscale: #777777. Windows color (decimal): -8550136 or 559485. OLE color: 559485.

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

Color convert

RGB 125 137 8 -
CMYK 0.09 0 0.94 0.46
HSL 65.58º 0.89% 0.28% -
HSV(B) 65.58º 0.94% 0.54% -
XYZ 17.45 22.27 3.61 -
YUV 118.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 125 137 8 0.09 0 0.94 0.46 65.58 0.89 0.28
Hex 7D 89 8 9 0 5E 2E 42 59 1C
Octal 175 211 10 11 0 136 56 102 131 34
Binary 1111101 10001001 1000 1001 0 1011110 101110 1000010 1011001 11100

Color Harmonies of #7D8908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8908

Black with #7D8908

Text Example


Text Example

White with #7D8908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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