Html Css Color HEX #71953F Sushi

📋 copy color: '#71953F'

red 113 ◦ green 149 ◦ blue 63

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

Shades of Sushi #71953F

Tints of Sushi #71953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 34.77%
G = 45.85%
B = 19.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#71953F (or 0x71953F) is known color: Sushi. HEX triplet: 71, 95 and 3F. RGB value is (113,149,63). Sum of RGB (Red+Green+Blue) = 113+149+63=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #71953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71953F is #8E6AC0. Grayscale: #808080. Windows color (decimal): -9333441 or 4167025. OLE color: 4167025.

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

Color convert

RGB 113 149 63 -
CMYK 0.24 0 0.58 0.42
HSL 85.12º 0.41% 0.42% -
HSV(B) 85.12º 0.58% 0.58% -
XYZ 18.45 25.36 8.63 -
YUV 128.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 113 149 63 0.24 0 0.58 0.42 85.12 0.41 0.42
Hex 71 95 3F 18 0 3A 2A 55 29 2A
Octal 161 225 77 30 0 72 52 125 51 52
Binary 1110001 10010101 111111 11000 0 111010 101010 1010101 101001 101010

Color Harmonies of #71953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71953F

Black with #71953F

Text Example


Text Example

White with #71953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71953F; }

 p { color: rgb(113,149,63); }

 H1.HeaderClassName
 {
   color: #71953F;
 }
 .AnyTagClassName
 {
   color: #71953F;
 }
</style>

background-color css

<style>
 a { background-color: #71953F; }

 a { background-color: rgb(113,149,63); }

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

border-color css

<style>
 span { border-color: #71953F; }

 span { border-color: rgb(113,149,63); }

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