Html Css Color HEX #71992B Sushi

📋 copy color: '#71992B'

red 113 ◦ green 153 ◦ blue 43

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

Shades of Sushi #71992B

Tints of Sushi #71992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 36.57%
G = 49.51%
B = 13.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#71992B (or 0x71992B) is known color: Sushi. HEX triplet: 71, 99 and 2B. RGB value is (113,153,43). Sum of RGB (Red+Green+Blue) = 113+153+43=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #71992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71992B is #8E66D4. Grayscale: #808080. Windows color (decimal): -9332437 or 2857329. OLE color: 2857329.

HSL color Cylindrical-coordinate representation of color #71992B: hue angle of 81.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71992B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 43 -
CMYK 0.26 0 0.72 0.4
HSL 81.82º 0.56% 0.38% -
HSV(B) 81.82º 0.72% 0.6% -
XYZ 18.64 26.47 6.41 -
YUV 128.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 113 153 43 0.26 0 0.72 0.4 81.82 0.56 0.38
Hex 71 99 2B 1A 0 48 28 52 38 26
Octal 161 231 53 32 0 110 50 122 70 46
Binary 1110001 10011001 101011 11010 0 1001000 101000 1010010 111000 100110

Color Harmonies of #71992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71992B

Black with #71992B

Text Example


Text Example

White with #71992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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