Html Css Color HEX #71993C Sushi

📋 copy color: '#71993C'

red 113 ◦ green 153 ◦ blue 60

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

Shades of Sushi #71993C

Tints of Sushi #71993C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 34.66%
G = 46.93%
B = 18.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#71993C (or 0x71993C) is known color: Sushi. HEX triplet: 71, 99 and 3C. RGB value is (113,153,60). Sum of RGB (Red+Green+Blue) = 113+153+60=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #71993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71993C is #8E66C3. Grayscale: #828282. Windows color (decimal): -9332420 or 3971441. OLE color: 3971441.

HSL color Cylindrical-coordinate representation of color #71993C: hue angle of 85.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71993C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 60 -
CMYK 0.26 0 0.61 0.4
HSL 85.81º 0.44% 0.42% -
HSV(B) 85.81º 0.61% 0.6% -
XYZ 19.02 26.62 8.41 -
YUV 130.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 113 153 60 0.26 0 0.61 0.4 85.81 0.44 0.42
Hex 71 99 3C 1A 0 3D 28 56 2C 2A
Octal 161 231 74 32 0 75 50 126 54 52
Binary 1110001 10011001 111100 11010 0 111101 101000 1010110 101100 101010

Color Harmonies of #71993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71993C

Black with #71993C

Text Example


Text Example

White with #71993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71993C; }

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

 H1.HeaderClassName
 {
   color: #71993C;
 }
 .AnyTagClassName
 {
   color: #71993C;
 }
</style>

background-color css

<style>
 a { background-color: #71993C; }

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

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

border-color css

<style>
 span { border-color: #71993C; }

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

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