Html Css Color HEX #7D9500 Olive

📋 copy color: '#7D9500'

red 125 ◦ green 149 ◦ blue 0

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

Shades of Olive #7D9500

Tints of Olive #7D9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

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

R = 45.62%
G = 54.38%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#7D9500 (or 0x7D9500) is known color: Olive. HEX triplet: 7D, 95 and 00. RGB value is (125,149,0). Sum of RGB (Red+Green+Blue) = 125+149+0=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9500 is #826AFF. Grayscale: #7D7D7D. Windows color (decimal): -8547072 or 38269. OLE color: 38269.

HSL color Cylindrical-coordinate representation of color #7D9500: hue angle of 69.66º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D9500 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 149 0 -
CMYK 0.16 0 1 0.42
HSL 69.66º 1% 0.29% -
HSV(B) 69.66º 1% 0.58% -
XYZ 19.2 25.85 3.98 -
YUV 124.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 125 149 0 0.16 0 1 0.42 69.66 1 0.29
Hex 7D 95 0 10 0 64 2A 46 64 1D
Octal 175 225 0 20 0 144 52 106 144 35
Binary 1111101 10010101 0 10000 0 1100100 101010 1000110 1100100 11101

Color Harmonies of #7D9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9500

Black with #7D9500

Text Example


Text Example

White with #7D9500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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