Html Css Color HEX #72992B Sushi

📋 copy color: '#72992B'

red 114 ◦ green 153 ◦ blue 43

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

Shades of Sushi #72992B

Tints of Sushi #72992B

RGB

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

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

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

R = 36.77%
G = 49.35%
B = 13.87%

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

#72992B (or 0x72992B) is known color: Sushi. HEX triplet: 72, 99 and 2B. RGB value is (114,153,43). Sum of RGB (Red+Green+Blue) = 114+153+43=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #72992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72992B is #8D66D4. Grayscale: #818181. Windows color (decimal): -9266901 or 2857330. OLE color: 2857330.

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

Color convert

RGB 114 153 43 -
CMYK 0.25 0 0.72 0.4
HSL 81.27º 0.56% 0.38% -
HSV(B) 81.27º 0.72% 0.6% -
XYZ 18.77 26.53 6.42 -
YUV 128.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 114 153 43 0.25 0 0.72 0.4 81.27 0.56 0.38
Hex 72 99 2B 19 0 48 28 51 38 26
Octal 162 231 53 31 0 110 50 121 70 46
Binary 1110010 10011001 101011 11001 0 1001000 101000 1010001 111000 100110

Color Harmonies of #72992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72992B

Black with #72992B

Text Example


Text Example

White with #72992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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