Html Css Color HEX #757033 Crete

📋 copy color: '#757033'

red 117 ◦ green 112 ◦ blue 51

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

Shades of Crete #757033

Tints of Crete #757033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 51 (20.31% from 255) = 18.21%

R = 41.79%
G = 40%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#757033 (or 0x757033) is known color: Crete. HEX triplet: 75, 70 and 33. RGB value is (117,112,51). Sum of RGB (Red+Green+Blue) = 117+112+51=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #757033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757033 is #8A8FCC. Grayscale: #6A6A6A. Windows color (decimal): -9080781 or 3371125. OLE color: 3371125.

HSL color Cylindrical-coordinate representation of color #757033: hue angle of 55.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #757033 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 51 -
CMYK 0 0.04 0.56 0.54
HSL 55.45º 0.39% 0.33% -
HSV(B) 55.45º 0.56% 0.46% -
XYZ 13.73 15.61 5.42 -
YUV 106.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 117 112 51 0 0.04 0.56 0.54 55.45 0.39 0.33
Hex 75 70 33 0 4 38 36 37 27 21
Octal 165 160 63 0 4 70 66 67 47 41
Binary 1110101 1110000 110011 0 100 111000 110110 110111 100111 100001

Color Harmonies of #757033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757033

Black with #757033

Text Example


Text Example

White with #757033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757033; }

 p { color: rgb(117,112,51); }

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

background-color css

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

 a { background-color: rgb(117,112,51); }

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

border-color css

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

 span { border-color: rgb(117,112,51); }

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