Html Css Color HEX #71963B Sushi

📋 copy color: '#71963B'

red 113 ◦ green 150 ◦ blue 59

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

Shades of Sushi #71963B

Tints of Sushi #71963B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 35.09%
G = 46.58%
B = 18.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#71963B (or 0x71963B) is known color: Sushi. HEX triplet: 71, 96 and 3B. RGB value is (113,150,59). Sum of RGB (Red+Green+Blue) = 113+150+59=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #71963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71963B is #8E69C4. Grayscale: #808080. Windows color (decimal): -9333189 or 3905137. OLE color: 3905137.

HSL color Cylindrical-coordinate representation of color #71963B: hue angle of 84.4º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71963B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 59 -
CMYK 0.25 0 0.61 0.41
HSL 84.4º 0.44% 0.41% -
HSV(B) 84.4º 0.61% 0.59% -
XYZ 18.51 25.64 8.11 -
YUV 128.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 113 150 59 0.25 0 0.61 0.41 84.4 0.44 0.41
Hex 71 96 3B 19 0 3D 29 54 2C 29
Octal 161 226 73 31 0 75 51 124 54 51
Binary 1110001 10010110 111011 11001 0 111101 101001 1010100 101100 101001

Color Harmonies of #71963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71963B

Black with #71963B

Text Example


Text Example

White with #71963B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,150,59); }

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

background-color css

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

 a { background-color: rgb(113,150,59); }

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

border-color css

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

 span { border-color: rgb(113,150,59); }

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