#768307

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

Shades of Olive #768307

Tints of Olive #768307

Color information

#768307 (or 0x768307) is unknown color: approx Olive. HEX triplet: 76, 83 and 07. RGB value is (118,131,7). Sum of RGB (Red+Green+Blue) = 118+131+7=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #768307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768307 is #897CF8. Grayscale: #717171. Windows color (decimal): -9010425 or 492406. OLE color: 492406.

HSL color Cylindrical-coordinate representation of color #768307: hue angle of 66.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #768307 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1181317-
CMYK0.1000.950.49
HSL66.29º89.86%27.06%-
HSV(B)66.29º94.66%51.37%-
XYZ15.6320.13.26-
YUV112.9868.19131.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 7 (3.12% from 255) = 2.73%
R=46.09%
G=51.17%
B=2.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11813170.1000.950.4966.2989.8627.06
Hex76837A05F31425a1b
Octal16620371201376110213233
Binary1110110100000111111010010111111100011000010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768307; }

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

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

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

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

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

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

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

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