Html Css Color HEX #76992A Sushi

📋 copy color: '#76992A'

red 118 ◦ green 153 ◦ blue 42

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

Shades of Sushi #76992A

Tints of Sushi #76992A

RGB

 RED value IS 118 (46.48% from 255) = 37.7%

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 37.7%
G = 48.88%
B = 13.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#76992A (or 0x76992A) is known color: Sushi. HEX triplet: 76, 99 and 2A. RGB value is (118,153,42). Sum of RGB (Red+Green+Blue) = 118+153+42=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #76992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76992A is #8966D5. Grayscale: #828282. Windows color (decimal): -9004758 or 2791798. OLE color: 2791798.

HSL color Cylindrical-coordinate representation of color #76992A: hue angle of 78.92º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76992A is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 42 -
CMYK 0.23 0 0.73 0.4
HSL 78.92º 0.57% 0.38% -
HSV(B) 78.92º 0.73% 0.6% -
XYZ 19.28 26.8 6.35 -
YUV 129.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 118 153 42 0.23 0 0.73 0.4 78.92 0.57 0.38
Hex 76 99 2A 17 0 49 28 4F 39 26
Octal 166 231 52 27 0 111 50 117 71 46
Binary 1110110 10011001 101010 10111 0 1001001 101000 1001111 111001 100110

Color Harmonies of #76992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76992A

Black with #76992A

Text Example


Text Example

White with #76992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76992A; }

 p { color: rgb(118,153,42); }

 H1.HeaderClassName
 {
   color: #76992A;
 }
 .AnyTagClassName
 {
   color: #76992A;
 }
</style>

background-color css

<style>
 a { background-color: #76992A; }

 a { background-color: rgb(118,153,42); }

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

border-color css

<style>
 span { border-color: #76992A; }

 span { border-color: rgb(118,153,42); }

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