Html Css Color HEX #72993F Sushi

📋 copy color: '#72993F'

red 114 ◦ green 153 ◦ blue 63

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

Shades of Sushi #72993F

Tints of Sushi #72993F

RGB

 RED value IS 114 (44.92% from 255) = 34.55%

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 34.55%
G = 46.36%
B = 19.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#72993F (or 0x72993F) is known color: Sushi. HEX triplet: 72, 99 and 3F. RGB value is (114,153,63). Sum of RGB (Red+Green+Blue) = 114+153+63=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #72993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72993F is #8D66C0. Grayscale: #838383. Windows color (decimal): -9266881 or 4168050. OLE color: 4168050.

HSL color Cylindrical-coordinate representation of color #72993F: hue angle of 86º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72993F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 63 -
CMYK 0.25 0 0.59 0.4
HSL 86º 0.42% 0.42% -
HSV(B) 86º 0.59% 0.6% -
XYZ 19.23 26.72 8.85 -
YUV 131.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 114 153 63 0.25 0 0.59 0.4 86 0.42 0.42
Hex 72 99 3F 19 0 3B 28 56 2A 2A
Octal 162 231 77 31 0 73 50 126 52 52
Binary 1110010 10011001 111111 11001 0 111011 101000 1010110 101010 101010

Color Harmonies of #72993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72993F

Black with #72993F

Text Example


Text Example

White with #72993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72993F; }

 p { color: rgb(114,153,63); }

 H1.HeaderClassName
 {
   color: #72993F;
 }
 .AnyTagClassName
 {
   color: #72993F;
 }
</style>

background-color css

<style>
 a { background-color: #72993F; }

 a { background-color: rgb(114,153,63); }

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

border-color css

<style>
 span { border-color: #72993F; }

 span { border-color: rgb(114,153,63); }

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