Html Css Color HEX #7D8508 Olive

📋 copy color: '#7D8508'

red 125 ◦ green 133 ◦ blue 8

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

Shades of Olive #7D8508

Tints of Olive #7D8508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 46.99%
G = 50%
B = 3.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#7D8508 (or 0x7D8508) is known color: Olive. HEX triplet: 7D, 85 and 08. RGB value is (125,133,8). Sum of RGB (Red+Green+Blue) = 125+133+8=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8508 is #827AF7. Grayscale: #747474. Windows color (decimal): -8551160 or 558461. OLE color: 558461.

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

Color convert

RGB 125 133 8 -
CMYK 0.06 0 0.94 0.48
HSL 63.84º 0.89% 0.28% -
HSV(B) 63.84º 0.94% 0.52% -
XYZ 16.89 21.15 3.42 -
YUV 116.36 66.85 134.16 -
System Red Green Blue C M Y K H S L
Decimal 125 133 8 0.06 0 0.94 0.48 63.84 0.89 0.28
Hex 7D 85 8 6 0 5E 30 40 59 1C
Octal 175 205 10 6 0 136 60 100 131 34
Binary 1111101 10000101 1000 110 0 1011110 110000 1000000 1011001 11100

Color Harmonies of #7D8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8508

Black with #7D8508

Text Example


Text Example

White with #7D8508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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