#768700

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

Shades of Olive #768700

Tints of Olive #768700

Color information

#768700 (or 0x768700) is unknown color: approx Olive. HEX triplet: 76, 87 and 00. RGB value is (118,135,0). Sum of RGB (Red+Green+Blue) = 118+135+0=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #768700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768700 is #8978FF. Grayscale: #737373. Windows color (decimal): -9009408 or 34678. OLE color: 34678.

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

Color convert

RGB1181350-
CMYK0.13010.47
HSL67.56º100%26.47%-
HSV(B)67.56º100%52.94%-
XYZ16.1421.183.24-
YUV114.5363.37130.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.64%
G=53.36%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11813500.13010.4767.5610026.47
Hex76870D0642F44641a
Octal16620701501445710414432
Binary11101101000011101101011001001011111000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768700; }

 p { color: rgb(118,135,0); }

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

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

 a { background-color: rgb(118,135,0); }

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

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

 span { border-color: rgb(118,135,0); }

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