Html Css Color HEX #756F30 Crete

📋 copy color: '#756F30'

red 117 ◦ green 111 ◦ blue 48

#756F30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #756F30

Tints of Crete #756F30

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 value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#756F30 (or 0x756F30) is known color: 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

RGB 117 111 48 -
CMYK 0 0.05 0.59 0.54
HSL 54.78º 0.42% 0.32% -
HSV(B) 54.78º 0.59% 0.46% -
XYZ 13.55 15.36 5.05 -
YUV 105.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 117 111 48 0 0.05 0.59 0.54 54.78 0.42 0.32
Hex 75 6F 30 0 5 3B 36 37 2A 20
Octal 165 157 60 0 5 73 66 67 52 40
Binary 1110101 1101111 110000 0 101 111011 110110 110111 101010 100000

Color Harmonies of #756F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F30

Black with #756F30

Text Example


Text Example

White with #756F30

Text Example


Text Example

HTML Codes & Css Web 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>