#768602

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

Shades of Olive #768602

Tints of Olive #768602

Color information

#768602 (or 0x768602) is unknown color: approx Olive. HEX triplet: 76, 86 and 02. RGB value is (118,134,2). Sum of RGB (Red+Green+Blue) = 118+134+2=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #768602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768602 is #8979FD. Grayscale: #727272. Windows color (decimal): -9009662 or 165494. OLE color: 165494.

HSL color Cylindrical-coordinate representation of color #768602: hue angle of 67.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768602 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1181342-
CMYK0.1200.990.47
HSL67.27º97.06%26.67%-
HSV(B)67.27º98.51%52.55%-
XYZ16.0120.913.25-
YUV114.1764.7130.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=46.46%
G=52.76%
B=0.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11813420.1200.990.4767.2797.0626.67
Hex76862C0632F43611b
Octal16620621401435710314133
Binary111011010000110101100011000111011111000011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768602; }

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

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

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

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

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

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

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

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