Html Css Color HEX #71982B Sushi

📋 copy color: '#71982B'

red 113 ◦ green 152 ◦ blue 43

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

Shades of Sushi #71982B

Tints of Sushi #71982B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 36.69%
G = 49.35%
B = 13.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#71982B (or 0x71982B) is known color: Sushi. HEX triplet: 71, 98 and 2B. RGB value is (113,152,43). Sum of RGB (Red+Green+Blue) = 113+152+43=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #71982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71982B is #8E67D4. Grayscale: #808080. Windows color (decimal): -9332693 or 2857073. OLE color: 2857073.

HSL color Cylindrical-coordinate representation of color #71982B: hue angle of 81.47º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71982B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 43 -
CMYK 0.26 0 0.72 0.40
HSL 81.47º 0.56% 0.38% -
HSV(B) 81.47º 0.72% 0.6% -
XYZ 18.47 26.14 6.36 -
YUV 127.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 113 152 43 0.26 0 0.72 0.40 81.47 0.56 0.38
Hex 71 98 2B 1A 0 48 28 51 38 26
Octal 161 230 53 32 0 110 50 121 70 46
Binary 1110001 10011000 101011 11010 0 1001000 101000 1010001 111000 100110

Color Harmonies of #71982B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71982B

Black with #71982B

Text Example


Text Example

White with #71982B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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