Html Css Color HEX #7D9603 Olive

📋 copy color: '#7D9603'

red 125 ◦ green 150 ◦ blue 3

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

Shades of Olive #7D9603

Tints of Olive #7D9603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.96%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 44.96%
G = 53.96%
B = 1.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#7D9603 (or 0x7D9603) is known color: Olive. HEX triplet: 7D, 96 and 03. RGB value is (125,150,3). Sum of RGB (Red+Green+Blue) = 125+150+3=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9603 is #8269FC. Grayscale: #7E7E7E. Windows color (decimal): -8546813 or 235133. OLE color: 235133.

HSL color Cylindrical-coordinate representation of color #7D9603: hue angle of 70.2º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D9603 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 3 -
CMYK 0.17 0 0.98 0.41
HSL 70.2º 0.96% 0.3% -
HSV(B) 70.2º 0.98% 0.59% -
XYZ 19.38 26.18 4.12 -
YUV 125.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 125 150 3 0.17 0 0.98 0.41 70.2 0.96 0.3
Hex 7D 96 3 11 0 62 29 46 60 1E
Octal 175 226 3 21 0 142 51 106 140 36
Binary 1111101 10010110 11 10001 0 1100010 101001 1000110 1100000 11110

Color Harmonies of #7D9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9603

Black with #7D9603

Text Example


Text Example

White with #7D9603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,3); }

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

background-color css

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

 a { background-color: rgb(125,150,3); }

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

border-color css

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

 span { border-color: rgb(125,150,3); }

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