Html Css Color HEX #7D8800 Olive

📋 copy color: '#7D8800'

red 125 ◦ green 136 ◦ blue 0

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

Shades of Olive #7D8800

Tints of Olive #7D8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.89%
G = 52.11%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#7D8800 (or 0x7D8800) is known color: Olive. HEX triplet: 7D, 88 and 00. RGB value is (125,136,0). Sum of RGB (Red+Green+Blue) = 125+136+0=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8800 is #8277FF. Grayscale: #757575. Windows color (decimal): -8550400 or 34941. OLE color: 34941.

HSL color Cylindrical-coordinate representation of color #7D8800: hue angle of 64.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D8800 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 0 -
CMYK 0.08 0 1 0.47
HSL 64.85º 1% 0.27% -
HSV(B) 64.85º 1% 0.53% -
XYZ 17.26 21.97 3.33 -
YUV 117.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 125 136 0 0.08 0 1 0.47 64.85 1 0.27
Hex 7D 88 0 8 0 64 2F 41 64 1B
Octal 175 210 0 10 0 144 57 101 144 33
Binary 1111101 10001000 0 1000 0 1100100 101111 1000001 1100100 11011

Color Harmonies of #7D8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8800

Black with #7D8800

Text Example


Text Example

White with #7D8800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,0); }

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

background-color css

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

 a { background-color: rgb(125,136,0); }

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

border-color css

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

 span { border-color: rgb(125,136,0); }

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