Html Css Color HEX #757330 Crete

📋 copy color: '#757330'

red 117 ◦ green 115 ◦ blue 48

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

Shades of Crete #757330

Tints of Crete #757330

RGB

 RED value IS 117 (46.09% from 255) = 41.79%

 GREEN value IS 115 (45.31% from 255) = 41.07%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 41.79%
G = 41.07%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#757330 (or 0x757330) is known color: Crete. HEX triplet: 75, 73 and 30. RGB value is (117,115,48). Sum of RGB (Red+Green+Blue) = 117+115+48=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #757330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757330 is #8A8CCF. Grayscale: #6C6C6C. Windows color (decimal): -9080016 or 3175285. OLE color: 3175285.

HSL color Cylindrical-coordinate representation of color #757330: hue angle of 58.26º 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 #757330 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 48 -
CMYK 0 0.02 0.59 0.54
HSL 58.26º 0.42% 0.32% -
HSV(B) 58.26º 0.59% 0.46% -
XYZ 14 16.26 5.2 -
YUV 107.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 117 115 48 0 0.02 0.59 0.54 58.26 0.42 0.32
Hex 75 73 30 0 2 3B 36 3A 2A 20
Octal 165 163 60 0 2 73 66 72 52 40
Binary 1110101 1110011 110000 0 10 111011 110110 111010 101010 100000

Color Harmonies of #757330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757330

Black with #757330

Text Example


Text Example

White with #757330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757330; }

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

 H1.HeaderClassName
 {
   color: #757330;
 }
 .AnyTagClassName
 {
   color: #757330;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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