#768B02

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

Shades of Olive #768B02

Tints of Olive #768B02

Color information

#768B02 (or 0x768B02) is unknown color: approx Olive. HEX triplet: 76, 8B and 02. RGB value is (118,139,2). Sum of RGB (Red+Green+Blue) = 118+139+2=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #768B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B02 is #8974FD. Grayscale: #757575. Windows color (decimal): -9008382 or 166774. OLE color: 166774.

HSL color Cylindrical-coordinate representation of color #768B02: hue angle of 69.2º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768B02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB1181392-
CMYK0.1500.990.45
HSL69.2º97.16%27.65%-
HSV(B)69.2º98.56%54.51%-
XYZ16.7122.323.48-
YUV117.163.04128.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=45.56%
G=53.67%
B=0.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11813920.1500.990.4569.297.1627.65
Hex768B2F0632D45611c
Octal16621321701435510514134
Binary111011010001011101111011000111011011000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B02; }

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

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

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

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

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

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

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

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