#7B840F

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

Shades of Olive #7B840F

Tints of Olive #7B840F

Color information

#7B840F (or 0x7B840F) is unknown color: approx Olive. HEX triplet: 7B, 84 and 0F. RGB value is (123,132,15). Sum of RGB (Red+Green+Blue) = 123+132+15=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #7B840F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B840F is #847BF0. Grayscale: #747474. Windows color (decimal): -8682481 or 1016955. OLE color: 1016955.

HSL color Cylindrical-coordinate representation of color #7B840F: hue angle of 64.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B840F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB12313215-
CMYK0.0700.890.48
HSL64.62º79.59%28.82%-
HSV(B)64.62º88.64%51.76%-
XYZ16.5120.753.59-
YUV115.9771.02133.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=45.56%
G=48.89%
B=5.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123132150.0700.890.4864.6279.5928.82
Hex7B84F70593041501d
Octal17320417701316010112035
Binary1111011100001001111111010110011100001000001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,132,15); }

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

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

 a { background-color: rgb(123,132,15); }

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

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

 span { border-color: rgb(123,132,15); }

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