Html Css Color HEX #71983C Sushi

📋 copy color: '#71983C'

red 113 ◦ green 152 ◦ blue 60

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

Shades of Sushi #71983C

Tints of Sushi #71983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

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

R = 34.77%
G = 46.77%
B = 18.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#71983C (or 0x71983C) is known color: Sushi. HEX triplet: 71, 98 and 3C. RGB value is (113,152,60). Sum of RGB (Red+Green+Blue) = 113+152+60=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #71983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71983C is #8E67C3. Grayscale: #828282. Windows color (decimal): -9332676 or 3971185. OLE color: 3971185.

HSL color Cylindrical-coordinate representation of color #71983C: hue angle of 85.43º degrees, saturation: 0.43, 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 #71983C is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 60 -
CMYK 0.26 0 0.61 0.40
HSL 85.43º 0.43% 0.42% -
HSV(B) 85.43º 0.61% 0.6% -
XYZ 18.85 26.29 8.36 -
YUV 129.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 113 152 60 0.26 0 0.61 0.40 85.43 0.43 0.42
Hex 71 98 3C 1A 0 3D 28 55 2B 2A
Octal 161 230 74 32 0 75 50 125 53 52
Binary 1110001 10011000 111100 11010 0 111101 101000 1010101 101011 101010

Color Harmonies of #71983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71983C

Black with #71983C

Text Example


Text Example

White with #71983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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