Html Css Color HEX #71963D Sushi

📋 copy color: '#71963D'

red 113 ◦ green 150 ◦ blue 61

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

Shades of Sushi #71963D

Tints of Sushi #71963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.83%

R = 34.88%
G = 46.3%
B = 18.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#71963D (or 0x71963D) is known color: Sushi. HEX triplet: 71, 96 and 3D. RGB value is (113,150,61). Sum of RGB (Red+Green+Blue) = 113+150+61=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #71963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71963D is #8E69C2. Grayscale: #818181. Windows color (decimal): -9333187 or 4036209. OLE color: 4036209.

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

Color convert

RGB 113 150 61 -
CMYK 0.25 0 0.59 0.41
HSL 84.94º 0.42% 0.41% -
HSV(B) 84.94º 0.59% 0.59% -
XYZ 18.56 25.66 8.39 -
YUV 128.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 113 150 61 0.25 0 0.59 0.41 84.94 0.42 0.41
Hex 71 96 3D 19 0 3B 29 55 2A 29
Octal 161 226 75 31 0 73 51 125 52 51
Binary 1110001 10010110 111101 11001 0 111011 101001 1010101 101010 101001

Color Harmonies of #71963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71963D

Black with #71963D

Text Example


Text Example

White with #71963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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