#838B07

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

Shades of Olive #838B07

Tints of Olive #838B07

Color information

#838B07 (or 0x838B07) is unknown color: approx Olive. HEX triplet: 83, 8B and 07. RGB value is (131,139,7). Sum of RGB (Red+Green+Blue) = 131+139+7=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #838B07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838B07 is #7C74F8. Grayscale: #7A7A7A. Windows color (decimal): -8156409 or 494467. OLE color: 494467.

HSL color Cylindrical-coordinate representation of color #838B07: hue angle of 63.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #838B07 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1311397-
CMYK0.0600.950.45
HSL63.64º90.41%28.63%-
HSV(B)63.64º94.96%54.51%-
XYZ18.6323.313.72-
YUV121.5663.35134.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=47.29%
G=50.18%
B=2.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13113970.0600.950.4563.6490.4128.63
Hex838B7605F2D405a1d
Octal2032137601375510013235
Binary1000001110001011111110010111111011011000000101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B07; }

 p { color: rgb(131,139,7); }

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

<style>
 a { background-color: #838B07; }

 a { background-color: rgb(131,139,7); }

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

<style>
 span { border-color: #838B07; }

 span { border-color: rgb(131,139,7); }

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