Html Css Color HEX #75973D Sushi

📋 copy color: '#75973D'

red 117 ◦ green 151 ◦ blue 61

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

Shades of Sushi #75973D

Tints of Sushi #75973D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.54%

R = 35.56%
G = 45.9%
B = 18.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.41

RGB Variations

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

Color information

#75973D (or 0x75973D) is known color: Sushi. HEX triplet: 75, 97 and 3D. RGB value is (117,151,61). Sum of RGB (Red+Green+Blue) = 117+151+61=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #75973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75973D is #8A68C2. Grayscale: #828282. Windows color (decimal): -9070787 or 4036469. OLE color: 4036469.

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

Color convert

RGB 117 151 61 -
CMYK 0.23 0 0.60 0.41
HSL 82.67º 0.42% 0.42% -
HSV(B) 82.67º 0.6% 0.59% -
XYZ 19.25 26.25 8.47 -
YUV 130.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 117 151 61 0.23 0 0.60 0.41 82.67 0.42 0.42
Hex 75 97 3D 17 0 3C 29 53 2A 2A
Octal 165 227 75 27 0 74 51 123 52 52
Binary 1110101 10010111 111101 10111 0 111100 101001 1010011 101010 101010

Color Harmonies of #75973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75973D

Black with #75973D

Text Example


Text Example

White with #75973D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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