Html Css Color HEX #75982D Sushi

📋 copy color: '#75982D'

red 117 ◦ green 152 ◦ blue 45

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

Shades of Sushi #75982D

Tints of Sushi #75982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

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

R = 37.26%
G = 48.41%
B = 14.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#75982D (or 0x75982D) is known color: Sushi. HEX triplet: 75, 98 and 2D. RGB value is (117,152,45). Sum of RGB (Red+Green+Blue) = 117+152+45=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #75982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75982D is #8A67D2. Grayscale: #818181. Windows color (decimal): -9070547 or 2988149. OLE color: 2988149.

HSL color Cylindrical-coordinate representation of color #75982D: hue angle of 79.63º 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 #75982D is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 45 -
CMYK 0.23 0 0.70 0.40
HSL 79.63º 0.54% 0.39% -
HSV(B) 79.63º 0.7% 0.6% -
XYZ 19.04 26.43 6.58 -
YUV 129.34 80.4 119.2 -
System Red Green Blue C M Y K H S L
Decimal 117 152 45 0.23 0 0.70 0.40 79.63 0.54 0.39
Hex 75 98 2D 17 0 46 28 50 36 27
Octal 165 230 55 27 0 106 50 120 66 47
Binary 1110101 10011000 101101 10111 0 1000110 101000 1010000 110110 100111

Color Harmonies of #75982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75982D

Black with #75982D

Text Example


Text Example

White with #75982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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