#7B9A02

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

Shades of Olive #7B9A02

Tints of Olive #7B9A02

Color information

#7B9A02 (or 0x7B9A02) is unknown color: approx Olive. HEX triplet: 7B, 9A and 02. RGB value is (123,154,2). Sum of RGB (Red+Green+Blue) = 123+154+2=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #7B9A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9A02 is #8465FD. Grayscale: #7F7F7F. Windows color (decimal): -8676862 or 170619. OLE color: 170619.

HSL color Cylindrical-coordinate representation of color #7B9A02: hue angle of 72.24º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B9A02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1231542-
CMYK0.2000.990.40
HSL72.24º97.44%30.59%-
HSV(B)72.24º98.7%60.39%-
XYZ19.7327.334.29-
YUV127.457.23124.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 154 (60.55% from 255) = 55.20%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=44.09%
G=55.20%
B=0.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12315420.2000.990.4072.2497.4430.59
Hex7B9A2140632848611f
Octal17323222401435011014137
Binary1111011100110101010100011000111010001001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,154,2); }

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

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

 a { background-color: rgb(123,154,2); }

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

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

 span { border-color: rgb(123,154,2); }

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