#7B900E

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

Shades of Olive #7B900E

Tints of Olive #7B900E

Color information

#7B900E (or 0x7B900E) is unknown color: approx Olive. HEX triplet: 7B, 90 and 0E. RGB value is (123,144,14). Sum of RGB (Red+Green+Blue) = 123+144+14=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #7B900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B900E is #846FF1. Grayscale: #7B7B7B. Windows color (decimal): -8679410 or 954491. OLE color: 954491.

HSL color Cylindrical-coordinate representation of color #7B900E: hue angle of 69.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B900E is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB12314414-
CMYK0.1500.900.44
HSL69.69º82.28%30.98%-
HSV(B)69.69º90.28%56.47%-
XYZ18.2224.194.12-
YUV122.966.54128.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.77%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=43.77%
G=51.25%
B=4.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123144140.1500.900.4469.6982.2830.98
Hex7B90EF05A2C46521f
Octal173220161701325410612237
Binary11110111001000011101111010110101011001000110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B900E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,144,14); }

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

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

 a { background-color: rgb(123,144,14); }

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

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

 span { border-color: rgb(123,144,14); }

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