Html Css Color HEX #75982F Sushi

📋 copy color: '#75982F'

red 117 ◦ green 152 ◦ blue 47

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

Shades of Sushi #75982F

Tints of Sushi #75982F

RGB

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

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

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

R = 37.03%
G = 48.1%
B = 14.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#75982F (or 0x75982F) is known color: Sushi. HEX triplet: 75, 98 and 2F. RGB value is (117,152,47). Sum of RGB (Red+Green+Blue) = 117+152+47=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #75982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75982F is #8A67D0. Grayscale: #818181. Windows color (decimal): -9070545 or 3119221. OLE color: 3119221.

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

Color convert

RGB 117 152 47 -
CMYK 0.23 0 0.69 0.40
HSL 80º 0.53% 0.39% -
HSV(B) 80º 0.69% 0.6% -
XYZ 19.08 26.44 6.79 -
YUV 129.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 117 152 47 0.23 0 0.69 0.40 80 0.53 0.39
Hex 75 98 2F 17 0 45 28 50 35 27
Octal 165 230 57 27 0 105 50 120 65 47
Binary 1110101 10011000 101111 10111 0 1000101 101000 1010000 110101 100111

Color Harmonies of #75982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75982F

Black with #75982F

Text Example


Text Example

White with #75982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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