Html Css Color HEX #7D8700 Olive

📋 copy color: '#7D8700'

red 125 ◦ green 135 ◦ blue 0

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

Shades of Olive #7D8700

Tints of Olive #7D8700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

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

R = 48.08%
G = 51.92%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#7D8700 (or 0x7D8700) is known color: Olive. HEX triplet: 7D, 87 and 00. RGB value is (125,135,0). Sum of RGB (Red+Green+Blue) = 125+135+0=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8700 is #8278FF. Grayscale: #757575. Windows color (decimal): -8550656 or 34685. OLE color: 34685.

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

Color convert

RGB 125 135 0 -
CMYK 0.07 0 1 0.47
HSL 64.44º 1% 0.26% -
HSV(B) 64.44º 1% 0.53% -
XYZ 17.12 21.69 3.28 -
YUV 116.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 125 135 0 0.07 0 1 0.47 64.44 1 0.26
Hex 7D 87 0 7 0 64 2F 40 64 1A
Octal 175 207 0 7 0 144 57 100 144 32
Binary 1111101 10000111 0 111 0 1100100 101111 1000000 1100100 11010

Color Harmonies of #7D8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8700

Black with #7D8700

Text Example


Text Example

White with #7D8700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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