#766F30

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

Shades of Crete #766F30

Tints of Crete #766F30

Color information

#766F30 (or 0x766F30) is unknown color: approx Crete. HEX triplet: 76, 6F and 30. RGB value is (118,111,48). Sum of RGB (Red+Green+Blue) = 118+111+48=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F30 is #8990CF. Grayscale: #6A6A6A. Windows color (decimal): -9015504 or 3174262. OLE color: 3174262.

HSL color Cylindrical-coordinate representation of color #766F30: hue angle of 54º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #766F30 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB11811148-
CMYK00.060.590.54
HSL54º42.17%32.55%-
HSV(B)54º59.32%46.27%-
XYZ13.6915.435.05-
YUV105.9195.32136.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=42.60%
G=40.07%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181114800.060.590.545442.1732.55
Hex766F30063B36362a21
Octal16615760067366665241
Binary111011011011111100000110111011110110110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F30; }

 p { color: rgb(118,111,48); }

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

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

 a { background-color: rgb(118,111,48); }

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

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

 span { border-color: rgb(118,111,48); }

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