#7B9702

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

Shades of Olive #7B9702

Tints of Olive #7B9702

Color information

#7B9702 (or 0x7B9702) is unknown color: approx Olive. HEX triplet: 7B, 97 and 02. RGB value is (123,151,2). Sum of RGB (Red+Green+Blue) = 123+151+2=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9702 is #8468FD. Grayscale: #7E7E7E. Windows color (decimal): -8677630 or 169851. OLE color: 169851.

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

Color convert

RGB1231512-
CMYK0.1900.990.41
HSL71.28º97.39%30%-
HSV(B)71.28º98.68%59.22%-
XYZ19.2526.354.13-
YUV125.6458.22126.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 151 (59.38% from 255) = 54.71%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=44.57%
G=54.71%
B=0.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12315120.1900.990.4171.2897.3930
Hex7B972130632947611e
Octal17322722301435110714136
Binary1111011100101111010011011000111010011000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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