Html Css Color HEX #7D9E00 Olive

📋 copy color: '#7D9E00'

red 125 ◦ green 158 ◦ blue 0

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

Shades of Olive #7D9E00

Tints of Olive #7D9E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 55.83%

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

R = 44.17%
G = 55.83%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#7D9E00 (or 0x7D9E00) is known color: Olive. HEX triplet: 7D, 9E and 00. RGB value is (125,158,0). Sum of RGB (Red+Green+Blue) = 125+158+0=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 158 (62.11% from 255 or 55.83% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9E00 is #8261FF. Grayscale: #828282. Windows color (decimal): -8544768 or 40573. OLE color: 40573.

HSL color Cylindrical-coordinate representation of color #7D9E00: hue angle of 72.53º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D9E00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 158 0 -
CMYK 0.21 0 1 0.38
HSL 72.53º 1% 0.31% -
HSV(B) 72.53º 1% 0.62% -
XYZ 20.68 28.81 4.47 -
YUV 130.12 54.57 124.35 -
System Red Green Blue C M Y K H S L
Decimal 125 158 0 0.21 0 1 0.38 72.53 1 0.31
Hex 7D 9E 0 15 0 64 26 49 64 1F
Octal 175 236 0 25 0 144 46 111 144 37
Binary 1111101 10011110 0 10101 0 1100100 100110 1001001 1100100 11111

Color Harmonies of #7D9E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E00

Black with #7D9E00

Text Example


Text Example

White with #7D9E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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