#756F30

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

Shades of Crete #756F30

Tints of Crete #756F30

Color information

#756F30 (or 0x756F30) is unknown color: approx Crete. HEX triplet: 75, 6F and 30. RGB value is (117,111,48). Sum of RGB (Red+Green+Blue) = 117+111+48=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #756F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F30 is #8A90CF. Grayscale: #696969. Windows color (decimal): -9081040 or 3174261. OLE color: 3174261.

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

Color convert

RGB11711148-
CMYK00.050.590.54
HSL54.78º41.82%32.35%-
HSV(B)54.78º58.97%45.88%-
XYZ13.5515.365.05-
YUV105.6195.49136.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=42.39%
G=40.22%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171114800.050.590.5454.7841.8232.35
Hex756F30053B36372a20
Octal16515760057366675240
Binary111010111011111100000101111011110110110111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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