Html Css Color HEX #757130 Crete

📋 copy color: '#757130'

red 117 ◦ green 113 ◦ blue 48

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

Shades of Crete #757130

Tints of Crete #757130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.65%

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

R = 42.09%
G = 40.65%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#757130 (or 0x757130) is known color: Crete. HEX triplet: 75, 71 and 30. RGB value is (117,113,48). Sum of RGB (Red+Green+Blue) = 117+113+48=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #757130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757130 is #8A8ECF. Grayscale: #6B6B6B. Windows color (decimal): -9080528 or 3174773. OLE color: 3174773.

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

Color convert

RGB 117 113 48 -
CMYK 0 0.03 0.59 0.54
HSL 56.52º 0.42% 0.32% -
HSV(B) 56.52º 0.59% 0.46% -
XYZ 13.77 15.81 5.12 -
YUV 106.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 117 113 48 0 0.03 0.59 0.54 56.52 0.42 0.32
Hex 75 71 30 0 3 3B 36 39 2A 20
Octal 165 161 60 0 3 73 66 71 52 40
Binary 1110101 1110001 110000 0 11 111011 110110 111001 101010 100000

Color Harmonies of #757130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757130

Black with #757130

Text Example


Text Example

White with #757130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757130; }

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

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

background-color css

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

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

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

border-color css

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

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

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