Html Css Color HEX #75972C Sushi

📋 copy color: '#75972C'

red 117 ◦ green 151 ◦ blue 44

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

Shades of Sushi #75972C

Tints of Sushi #75972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 37.5%
G = 48.4%
B = 14.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#75972C (or 0x75972C) is known color: Sushi. HEX triplet: 75, 97 and 2C. RGB value is (117,151,44). Sum of RGB (Red+Green+Blue) = 117+151+44=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #75972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75972C is #8A68D3. Grayscale: #818181. Windows color (decimal): -9070804 or 2922357. OLE color: 2922357.

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

Color convert

RGB 117 151 44 -
CMYK 0.23 0 0.71 0.41
HSL 79.07º 0.55% 0.38% -
HSV(B) 79.07º 0.71% 0.59% -
XYZ 18.86 26.1 6.43 -
YUV 128.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 117 151 44 0.23 0 0.71 0.41 79.07 0.55 0.38
Hex 75 97 2C 17 0 47 29 4F 37 26
Octal 165 227 54 27 0 107 51 117 67 46
Binary 1110101 10010111 101100 10111 0 1000111 101001 1001111 110111 100110

Color Harmonies of #75972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75972C

Black with #75972C

Text Example


Text Example

White with #75972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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