#76850B

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

Shades of Olive #76850B

Tints of Olive #76850B

Color information

#76850B (or 0x76850B) is unknown color: approx Olive. HEX triplet: 76, 85 and 0B. RGB value is (118,133,11). Sum of RGB (Red+Green+Blue) = 118+133+11=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #76850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76850B is #897AF4. Grayscale: #737373. Windows color (decimal): -9009909 or 755062. OLE color: 755062.

HSL color Cylindrical-coordinate representation of color #76850B: hue angle of 67.38º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76850B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11813311-
CMYK0.1100.920.48
HSL67.38º84.72%28.24%-
HSV(B)67.38º91.73%52.16%-
XYZ15.9220.653.46-
YUV114.6169.53130.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=45.04%
G=50.76%
B=4.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133110.1100.920.4867.3884.7228.24
Hex7685BB05C3043551c
Octal166205131301346010312534
Binary11101101000010110111011010111001100001000011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76850B; }

 p { color: rgb(118,133,11); }

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

<style>
 a { background-color: #76850B; }

 a { background-color: rgb(118,133,11); }

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

<style>
 span { border-color: #76850B; }

 span { border-color: rgb(118,133,11); }

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