Html Css Color HEX #75992F Sushi

📋 copy color: '#75992F'

red 117 ◦ green 153 ◦ blue 47

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

Shades of Sushi #75992F

Tints of Sushi #75992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 36.91%
G = 48.26%
B = 14.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#75992F (or 0x75992F) is known color: Sushi. HEX triplet: 75, 99 and 2F. RGB value is (117,153,47). Sum of RGB (Red+Green+Blue) = 117+153+47=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #75992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75992F is #8A66D0. Grayscale: #828282. Windows color (decimal): -9070289 or 3119477. OLE color: 3119477.

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

Color convert

RGB 117 153 47 -
CMYK 0.24 0 0.69 0.4
HSL 80.38º 0.53% 0.39% -
HSV(B) 80.38º 0.69% 0.6% -
XYZ 19.24 26.77 6.84 -
YUV 130.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 117 153 47 0.24 0 0.69 0.4 80.38 0.53 0.39
Hex 75 99 2F 18 0 45 28 50 35 27
Octal 165 231 57 30 0 105 50 120 65 47
Binary 1110101 10011001 101111 11000 0 1000101 101000 1010000 110101 100111

Color Harmonies of #75992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75992F

Black with #75992F

Text Example


Text Example

White with #75992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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