Html Css Color HEX #75992E Sushi

📋 copy color: '#75992E'

red 117 ◦ green 153 ◦ blue 46

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

Shades of Sushi #75992E

Tints of Sushi #75992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 37.03%
G = 48.42%
B = 14.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#75992E (or 0x75992E) is known color: Sushi. HEX triplet: 75, 99 and 2E. RGB value is (117,153,46). Sum of RGB (Red+Green+Blue) = 117+153+46=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #75992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75992E is #8A66D1. Grayscale: #828282. Windows color (decimal): -9070290 or 3053941. OLE color: 3053941.

HSL color Cylindrical-coordinate representation of color #75992E: hue angle of 80.19º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75992E is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 46 -
CMYK 0.24 0 0.70 0.4
HSL 80.19º 0.54% 0.39% -
HSV(B) 80.19º 0.7% 0.6% -
XYZ 19.22 26.76 6.74 -
YUV 130.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 117 153 46 0.24 0 0.70 0.4 80.19 0.54 0.39
Hex 75 99 2E 18 0 46 28 50 36 27
Octal 165 231 56 30 0 106 50 120 66 47
Binary 1110101 10011001 101110 11000 0 1000110 101000 1010000 110110 100111

Color Harmonies of #75992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75992E

Black with #75992E

Text Example


Text Example

White with #75992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,153,46); }

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

background-color css

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

 a { background-color: rgb(117,153,46); }

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

border-color css

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

 span { border-color: rgb(117,153,46); }

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