Html Css Color HEX #75973E Sushi

📋 copy color: '#75973E'

red 117 ◦ green 151 ◦ blue 62

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

Shades of Sushi #75973E

Tints of Sushi #75973E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 35.45%
G = 45.76%
B = 18.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#75973E (or 0x75973E) is known color: Sushi. HEX triplet: 75, 97 and 3E. RGB value is (117,151,62). Sum of RGB (Red+Green+Blue) = 117+151+62=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #75973E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75973E is #8A68C1. Grayscale: #838383. Windows color (decimal): -9070786 or 4102005. OLE color: 4102005.

HSL color Cylindrical-coordinate representation of color #75973E: hue angle of 82.92º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75973E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 62 -
CMYK 0.23 0 0.59 0.41
HSL 82.92º 0.42% 0.42% -
HSV(B) 82.92º 0.59% 0.59% -
XYZ 19.27 26.26 8.61 -
YUV 130.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 117 151 62 0.23 0 0.59 0.41 82.92 0.42 0.42
Hex 75 97 3E 17 0 3B 29 53 2A 2A
Octal 165 227 76 27 0 73 51 123 52 52
Binary 1110101 10010111 111110 10111 0 111011 101001 1010011 101010 101010

Color Harmonies of #75973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75973E

Black with #75973E

Text Example


Text Example

White with #75973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75973E; }

 p { color: rgb(117,151,62); }

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

background-color css

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

 a { background-color: rgb(117,151,62); }

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

border-color css

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

 span { border-color: rgb(117,151,62); }

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