#768601

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

Shades of Olive #768601

Tints of Olive #768601

Color information

#768601 (or 0x768601) is unknown color: approx Olive. HEX triplet: 76, 86 and 01. RGB value is (118,134,1). Sum of RGB (Red+Green+Blue) = 118+134+1=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #768601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768601 is #8979FE. Grayscale: #727272. Windows color (decimal): -9009663 or 99958. OLE color: 99958.

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

Color convert

RGB1181341-
CMYK0.1200.990.47
HSL67.22º98.52%26.47%-
HSV(B)67.22º99.25%52.55%-
XYZ1620.93.22-
YUV114.0564.2130.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 134 (52.73% from 255) = 52.96%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=46.64%
G=52.96%
B=0.40%

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
Decimal11813410.1200.990.4767.2298.5226.47
Hex76861C0632F43631a
Octal16620611401435710314332
Binary11101101000011011100011000111011111000011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768601; }

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

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

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

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

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

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

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

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