#768502

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

Shades of Olive #768502

Tints of Olive #768502

Color information

#768502 (or 0x768502) is unknown color: approx Olive. HEX triplet: 76, 85 and 02. RGB value is (118,133,2). Sum of RGB (Red+Green+Blue) = 118+133+2=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #768502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768502 is #897AFD. Grayscale: #727272. Windows color (decimal): -9009918 or 165238. OLE color: 165238.

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

Color convert

RGB1181332-
CMYK0.1100.980.48
HSL66.87º97.04%26.47%-
HSV(B)66.87º98.5%52.16%-
XYZ15.8720.633.2-
YUV113.5865.03131.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 133 (52.34% from 255) = 52.57%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=46.64%
G=52.57%
B=0.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11813320.1100.980.4866.8797.0426.47
Hex76852B0623043611a
Octal16620521301426010314132
Binary111011010000101101011011000101100001000011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768502; }

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

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

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

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

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

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

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

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