Html Css Color HEX #73983D Sushi

📋 copy color: '#73983D'

red 115 ◦ green 152 ◦ blue 61

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

Shades of Sushi #73983D

Tints of Sushi #73983D

RGB

 RED value IS 115 (45.31% from 255) = 35.06%

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

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

R = 35.06%
G = 46.34%
B = 18.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#73983D (or 0x73983D) is known color: Sushi. HEX triplet: 73, 98 and 3D. RGB value is (115,152,61). Sum of RGB (Red+Green+Blue) = 115+152+61=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #73983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73983D is #8C67C2. Grayscale: #828282. Windows color (decimal): -9201603 or 4036723. OLE color: 4036723.

HSL color Cylindrical-coordinate representation of color #73983D: hue angle of 84.4º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73983D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 152 61 -
CMYK 0.24 0 0.60 0.40
HSL 84.4º 0.43% 0.42% -
HSV(B) 84.4º 0.6% 0.6% -
XYZ 19.14 26.44 8.51 -
YUV 130.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 115 152 61 0.24 0 0.60 0.40 84.4 0.43 0.42
Hex 73 98 3D 18 0 3C 28 54 2B 2A
Octal 163 230 75 30 0 74 50 124 53 52
Binary 1110011 10011000 111101 11000 0 111100 101000 1010100 101011 101010

Color Harmonies of #73983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73983D

Black with #73983D

Text Example


Text Example

White with #73983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,152,61); }

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

background-color css

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

 a { background-color: rgb(115,152,61); }

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

border-color css

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

 span { border-color: rgb(115,152,61); }

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