Html Css Color HEX #757630 Crete

📋 copy color: '#757630'

red 117 ◦ green 118 ◦ blue 48

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

Shades of Crete #757630

Tints of Crete #757630

RGB

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

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

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

R = 41.34%
G = 41.7%
B = 16.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#757630 (or 0x757630) is known color: Crete. HEX triplet: 75, 76 and 30. RGB value is (117,118,48). Sum of RGB (Red+Green+Blue) = 117+118+48=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #757630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757630 is #8A89CF. Grayscale: #6E6E6E. Windows color (decimal): -9079248 or 3176053. OLE color: 3176053.

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

Color convert

RGB 117 118 48 -
CMYK 0.01 0 0.59 0.54
HSL 60.86º 0.42% 0.33% -
HSV(B) 60.86º 0.59% 0.46% -
XYZ 14.35 16.95 5.31 -
YUV 109.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 117 118 48 0.01 0 0.59 0.54 60.86 0.42 0.33
Hex 75 76 30 1 0 3B 36 3D 2A 21
Octal 165 166 60 1 0 73 66 75 52 41
Binary 1110101 1110110 110000 1 0 111011 110110 111101 101010 100001

Color Harmonies of #757630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757630

Black with #757630

Text Example


Text Example

White with #757630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757630; }

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

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

background-color css

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

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

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

border-color css

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

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

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