Html Css Color HEX #75793B Crete

📋 copy color: '#75793B'

red 117 ◦ green 121 ◦ blue 59

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

Shades of Crete #75793B

Tints of Crete #75793B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 39.39%
G = 40.74%
B = 19.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#75793B (or 0x75793B) is known color: Crete. HEX triplet: 75, 79 and 3B. RGB value is (117,121,59). Sum of RGB (Red+Green+Blue) = 117+121+59=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #75793B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75793B is #8A86C4. Grayscale: #707070. Windows color (decimal): -9078469 or 3897717. OLE color: 3897717.

HSL color Cylindrical-coordinate representation of color #75793B: hue angle of 63.87º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75793B is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 59 -
CMYK 0.03 0 0.51 0.53
HSL 63.87º 0.34% 0.35% -
HSV(B) 63.87º 0.51% 0.47% -
XYZ 14.96 17.77 6.78 -
YUV 112.74 97.67 131.04 -
System Red Green Blue C M Y K H S L
Decimal 117 121 59 0.03 0 0.51 0.53 63.87 0.34 0.35
Hex 75 79 3B 3 0 33 35 40 22 23
Octal 165 171 73 3 0 63 65 100 42 43
Binary 1110101 1111001 111011 11 0 110011 110101 1000000 100010 100011

Color Harmonies of #75793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75793B

Black with #75793B

Text Example


Text Example

White with #75793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75793B; }

 p { color: rgb(117,121,59); }

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

background-color css

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

 a { background-color: rgb(117,121,59); }

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

border-color css

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

 span { border-color: rgb(117,121,59); }

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