Html Css Color HEX #76992C Sushi

📋 copy color: '#76992C'

red 118 ◦ green 153 ◦ blue 44

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

Shades of Sushi #76992C

Tints of Sushi #76992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 37.46%
G = 48.57%
B = 13.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#76992C (or 0x76992C) is known color: Sushi. HEX triplet: 76, 99 and 2C. RGB value is (118,153,44). Sum of RGB (Red+Green+Blue) = 118+153+44=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #76992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76992C is #8966D3. Grayscale: #828282. Windows color (decimal): -9004756 or 2922870. OLE color: 2922870.

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

Color convert

RGB 118 153 44 -
CMYK 0.23 0 0.71 0.4
HSL 79.27º 0.55% 0.39% -
HSV(B) 79.27º 0.71% 0.6% -
XYZ 19.32 26.82 6.54 -
YUV 130.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 118 153 44 0.23 0 0.71 0.4 79.27 0.55 0.39
Hex 76 99 2C 17 0 47 28 4F 37 27
Octal 166 231 54 27 0 107 50 117 67 47
Binary 1110110 10011001 101100 10111 0 1000111 101000 1001111 110111 100111

Color Harmonies of #76992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76992C

Black with #76992C

Text Example


Text Example

White with #76992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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