Html Css Color HEX #71992A Sushi

📋 copy color: '#71992A'

red 113 ◦ green 153 ◦ blue 42

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

Shades of Sushi #71992A

Tints of Sushi #71992A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 36.69%
G = 49.68%
B = 13.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#71992A (or 0x71992A) is known color: Sushi. HEX triplet: 71, 99 and 2A. RGB value is (113,153,42). Sum of RGB (Red+Green+Blue) = 113+153+42=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #71992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71992A is #8E66D5. Grayscale: #808080. Windows color (decimal): -9332438 or 2791793. OLE color: 2791793.

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

Color convert

RGB 113 153 42 -
CMYK 0.26 0 0.73 0.4
HSL 81.62º 0.57% 0.38% -
HSV(B) 81.62º 0.73% 0.6% -
XYZ 18.62 26.46 6.32 -
YUV 128.39 79.25 117.03 -
System Red Green Blue C M Y K H S L
Decimal 113 153 42 0.26 0 0.73 0.4 81.62 0.57 0.38
Hex 71 99 2A 1A 0 49 28 52 39 26
Octal 161 231 52 32 0 111 50 122 71 46
Binary 1110001 10011001 101010 11010 0 1001001 101000 1010010 111001 100110

Color Harmonies of #71992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71992A

Black with #71992A

Text Example


Text Example

White with #71992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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