Html Css Color HEX #73992B Sushi

📋 copy color: '#73992B'

red 115 ◦ green 153 ◦ blue 43

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

Shades of Sushi #73992B

Tints of Sushi #73992B

RGB

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

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

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

R = 36.98%
G = 49.2%
B = 13.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#73992B (or 0x73992B) is known color: Sushi. HEX triplet: 73, 99 and 2B. RGB value is (115,153,43). Sum of RGB (Red+Green+Blue) = 115+153+43=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #73992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73992B is #8C66D4. Grayscale: #818181. Windows color (decimal): -9201365 or 2857331. OLE color: 2857331.

HSL color Cylindrical-coordinate representation of color #73992B: hue angle of 80.73º 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 #73992B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 153 43 -
CMYK 0.25 0 0.72 0.4
HSL 80.73º 0.56% 0.38% -
HSV(B) 80.73º 0.72% 0.6% -
XYZ 18.9 26.6 6.42 -
YUV 129.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 115 153 43 0.25 0 0.72 0.4 80.73 0.56 0.38
Hex 73 99 2B 19 0 48 28 51 38 26
Octal 163 231 53 31 0 110 50 121 70 46
Binary 1110011 10011001 101011 11001 0 1001000 101000 1010001 111000 100110

Color Harmonies of #73992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73992B

Black with #73992B

Text Example


Text Example

White with #73992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,153,43); }

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

background-color css

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

 a { background-color: rgb(115,153,43); }

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

border-color css

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

 span { border-color: rgb(115,153,43); }

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