#7D9B00

Color #7D9B00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7D9B00

Tints of Olive #7D9B00

Color information

#7D9B00 (or 0x7D9B00) is unknown color: approx Olive. HEX triplet: 7D, 9B and 00. RGB value is (125,155,0). Sum of RGB (Red+Green+Blue) = 125+155+0=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 155 (60.94% from 255 or 55.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9B00 is #8264FF. Grayscale: #808080. Windows color (decimal): -8545536 or 39805. OLE color: 39805.

HSL color Cylindrical-coordinate representation of color #7D9B00: hue angle of 71.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D9B00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1251550-
CMYK0.19010.39
HSL71.61º100%30.39%-
HSV(B)71.61º100%60.78%-
XYZ20.1827.84.3-
YUV128.3655.56125.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.64%
GREEN value IS 155 (60.94% from 255) = 55.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.64%
G=55.36%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12515500.19010.3971.6110030.39
Hex7D9B0130642748641e
Octal17523302301444711014436
Binary111110110011011010011011001001001111001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D9B00;
 }
 .AnyTagClassName
 {
   color: #7D9B00;
 }
</style>
background-color css

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

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

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

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

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

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