Html Css Color HEX #75992D Sushi

📋 copy color: '#75992D'

red 117 ◦ green 153 ◦ blue 45

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

Shades of Sushi #75992D

Tints of Sushi #75992D

RGB

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

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

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

R = 37.14%
G = 48.57%
B = 14.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#75992D (or 0x75992D) is known color: Sushi. HEX triplet: 75, 99 and 2D. RGB value is (117,153,45). Sum of RGB (Red+Green+Blue) = 117+153+45=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #75992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75992D is #8A66D2. Grayscale: #828282. Windows color (decimal): -9070291 or 2988405. OLE color: 2988405.

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

Color convert

RGB 117 153 45 -
CMYK 0.24 0 0.71 0.4
HSL 80º 0.55% 0.39% -
HSV(B) 80º 0.71% 0.6% -
XYZ 19.2 26.75 6.63 -
YUV 129.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 117 153 45 0.24 0 0.71 0.4 80 0.55 0.39
Hex 75 99 2D 18 0 47 28 50 37 27
Octal 165 231 55 30 0 107 50 120 67 47
Binary 1110101 10011001 101101 11000 0 1000111 101000 1010000 110111 100111

Color Harmonies of #75992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75992D

Black with #75992D

Text Example


Text Example

White with #75992D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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