Html Css Color HEX #76992F Sushi

📋 copy color: '#76992F'

red 118 ◦ green 153 ◦ blue 47

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

Shades of Sushi #76992F

Tints of Sushi #76992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 37.11%
G = 48.11%
B = 14.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#76992F (or 0x76992F) is known color: Sushi. HEX triplet: 76, 99 and 2F. RGB value is (118,153,47). Sum of RGB (Red+Green+Blue) = 118+153+47=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #76992F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76992F is #8966D0. Grayscale: #828282. Windows color (decimal): -9004753 or 3119478. OLE color: 3119478.

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

Color convert

RGB 118 153 47 -
CMYK 0.23 0 0.69 0.4
HSL 79.81º 0.53% 0.39% -
HSV(B) 79.81º 0.69% 0.6% -
XYZ 19.38 26.84 6.85 -
YUV 130.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 118 153 47 0.23 0 0.69 0.4 79.81 0.53 0.39
Hex 76 99 2F 17 0 45 28 50 35 27
Octal 166 231 57 27 0 105 50 120 65 47
Binary 1110110 10011001 101111 10111 0 1000101 101000 1010000 110101 100111

Color Harmonies of #76992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76992F

Black with #76992F

Text Example


Text Example

White with #76992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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