Html Css Color HEX #757633 Crete

📋 copy color: '#757633'

red 117 ◦ green 118 ◦ blue 51

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

Shades of Crete #757633

Tints of Crete #757633

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

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

R = 40.91%
G = 41.26%
B = 17.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#757633 (or 0x757633) is known color: Crete. HEX triplet: 75, 76 and 33. RGB value is (117,118,51). Sum of RGB (Red+Green+Blue) = 117+118+51=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #757633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757633 is #8A89CC. Grayscale: #6E6E6E. Windows color (decimal): -9079245 or 3372661. OLE color: 3372661.

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

Color convert

RGB 117 118 51 -
CMYK 0.01 0 0.57 0.54
HSL 60.9º 0.4% 0.33% -
HSV(B) 60.9º 0.57% 0.46% -
XYZ 14.41 16.98 5.65 -
YUV 110.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 117 118 51 0.01 0 0.57 0.54 60.9 0.4 0.33
Hex 75 76 33 1 0 39 36 3D 28 21
Octal 165 166 63 1 0 71 66 75 50 41
Binary 1110101 1110110 110011 1 0 111001 110110 111101 101000 100001

Color Harmonies of #757633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757633

Black with #757633

Text Example


Text Example

White with #757633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757633; }

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

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

background-color css

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

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

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

border-color css

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

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

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