Html Css Color HEX #71982C Sushi

📋 copy color: '#71982C'

red 113 ◦ green 152 ◦ blue 44

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

Shades of Sushi #71982C

Tints of Sushi #71982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 36.57%
G = 49.19%
B = 14.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#71982C (or 0x71982C) is known color: Sushi. HEX triplet: 71, 98 and 2C. RGB value is (113,152,44). Sum of RGB (Red+Green+Blue) = 113+152+44=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #71982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71982C is #8E67D3. Grayscale: #808080. Windows color (decimal): -9332692 or 2922609. OLE color: 2922609.

HSL color Cylindrical-coordinate representation of color #71982C: hue angle of 81.67º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71982C is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 44 -
CMYK 0.26 0 0.71 0.40
HSL 81.67º 0.55% 0.38% -
HSV(B) 81.67º 0.71% 0.6% -
XYZ 18.49 26.15 6.46 -
YUV 128.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 113 152 44 0.26 0 0.71 0.40 81.67 0.55 0.38
Hex 71 98 2C 1A 0 47 28 52 37 26
Octal 161 230 54 32 0 107 50 122 67 46
Binary 1110001 10011000 101100 11010 0 1000111 101000 1010010 110111 100110

Color Harmonies of #71982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71982C

Black with #71982C

Text Example


Text Example

White with #71982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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