#768302

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

Shades of Olive #768302

Tints of Olive #768302

Color information

#768302 (or 0x768302) is unknown color: approx Olive. HEX triplet: 76, 83 and 02. RGB value is (118,131,2). Sum of RGB (Red+Green+Blue) = 118+131+2=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #768302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768302 is #897CFD. Grayscale: #707070. Windows color (decimal): -9010430 or 164726. OLE color: 164726.

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

Color convert

RGB1181312-
CMYK0.1000.980.49
HSL66.05º96.99%26.08%-
HSV(B)66.05º98.47%51.37%-
XYZ15.620.093.11-
YUV112.4165.69131.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 131 (51.56% from 255) = 52.19%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=47.01%
G=52.19%
B=0.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11813120.1000.980.4966.0596.9926.08
Hex76832A0623142611a
Octal16620321201426110214132
Binary111011010000011101010011000101100011000010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768302; }

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

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

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

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

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

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

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

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