Html Css Color HEX #71992C Sushi

📋 copy color: '#71992C'

red 113 ◦ green 153 ◦ blue 44

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

Shades of Sushi #71992C

Tints of Sushi #71992C

RGB

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

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

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

R = 36.45%
G = 49.35%
B = 14.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#71992C (or 0x71992C) is known color: Sushi. HEX triplet: 71, 99 and 2C. RGB value is (113,153,44). Sum of RGB (Red+Green+Blue) = 113+153+44=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #71992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71992C is #8E66D3. Grayscale: #818181. Windows color (decimal): -9332436 or 2922865. OLE color: 2922865.

HSL color Cylindrical-coordinate representation of color #71992C: hue angle of 82.02º 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 #71992C is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 44 -
CMYK 0.26 0 0.71 0.4
HSL 82.02º 0.55% 0.39% -
HSV(B) 82.02º 0.71% 0.6% -
XYZ 18.66 26.48 6.51 -
YUV 128.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 113 153 44 0.26 0 0.71 0.4 82.02 0.55 0.39
Hex 71 99 2C 1A 0 47 28 52 37 27
Octal 161 231 54 32 0 107 50 122 67 47
Binary 1110001 10011001 101100 11010 0 1000111 101000 1010010 110111 100111

Color Harmonies of #71992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71992C

Black with #71992C

Text Example


Text Example

White with #71992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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