Html Css Color HEX #75972D Sushi

📋 copy color: '#75972D'

red 117 ◦ green 151 ◦ blue 45

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

Shades of Sushi #75972D

Tints of Sushi #75972D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 37.38%
G = 48.24%
B = 14.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#75972D (or 0x75972D) is known color: Sushi. HEX triplet: 75, 97 and 2D. RGB value is (117,151,45). Sum of RGB (Red+Green+Blue) = 117+151+45=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #75972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75972D is #8A68D2. Grayscale: #818181. Windows color (decimal): -9070803 or 2987893. OLE color: 2987893.

HSL color Cylindrical-coordinate representation of color #75972D: hue angle of 79.25º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75972D is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 45 -
CMYK 0.23 0 0.70 0.41
HSL 79.25º 0.54% 0.38% -
HSV(B) 79.25º 0.7% 0.59% -
XYZ 18.88 26.1 6.53 -
YUV 128.75 80.74 119.62 -
System Red Green Blue C M Y K H S L
Decimal 117 151 45 0.23 0 0.70 0.41 79.25 0.54 0.38
Hex 75 97 2D 17 0 46 29 4F 36 26
Octal 165 227 55 27 0 106 51 117 66 46
Binary 1110101 10010111 101101 10111 0 1000110 101001 1001111 110110 100110

Color Harmonies of #75972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75972D

Black with #75972D

Text Example


Text Example

White with #75972D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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