#76783B

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

Shades of Crete #76783B

Tints of Crete #76783B

Color information

#76783B (or 0x76783B) is unknown color: approx Crete. HEX triplet: 76, 78 and 3B. RGB value is (118,120,59). Sum of RGB (Red+Green+Blue) = 118+120+59=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #76783B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76783B is #8987C4. Grayscale: #707070. Windows color (decimal): -9013189 or 3897462. OLE color: 3897462.

HSL color Cylindrical-coordinate representation of color #76783B: hue angle of 61.97º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76783B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB11812059-
CMYK0.0200.510.53
HSL61.97º34.08%35.1%-
HSV(B)61.97º50.83%47.06%-
XYZ14.9817.66.75-
YUV112.4597.84131.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=39.73%
G=40.40%
B=19.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120590.0200.510.5361.9734.0835.1
Hex76783B2033353e2223
Octal16617073206365764243
Binary11101101111000111011100110011110101111110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76783B; }

 p { color: rgb(118,120,59); }

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

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

 a { background-color: rgb(118,120,59); }

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

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

 span { border-color: rgb(118,120,59); }

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