Html Css Color HEX #71982F Sushi

📋 copy color: '#71982F'

red 113 ◦ green 152 ◦ blue 47

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

Shades of Sushi #71982F

Tints of Sushi #71982F

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

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

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

R = 36.22%
G = 48.72%
B = 15.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#71982F (or 0x71982F) is known color: Sushi. HEX triplet: 71, 98 and 2F. RGB value is (113,152,47). Sum of RGB (Red+Green+Blue) = 113+152+47=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #71982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71982F is #8E67D0. Grayscale: #808080. Windows color (decimal): -9332689 or 3119217. OLE color: 3119217.

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

Color convert

RGB 113 152 47 -
CMYK 0.26 0 0.69 0.40
HSL 82.29º 0.53% 0.39% -
HSV(B) 82.29º 0.69% 0.6% -
XYZ 18.55 26.17 6.76 -
YUV 128.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 113 152 47 0.26 0 0.69 0.40 82.29 0.53 0.39
Hex 71 98 2F 1A 0 45 28 52 35 27
Octal 161 230 57 32 0 105 50 122 65 47
Binary 1110001 10011000 101111 11010 0 1000101 101000 1010010 110101 100111

Color Harmonies of #71982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71982F

Black with #71982F

Text Example


Text Example

White with #71982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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