Html Css Color HEX #76982C Sushi

📋 copy color: '#76982C'

red 118 ◦ green 152 ◦ blue 44

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

Shades of Sushi #76982C

Tints of Sushi #76982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

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

R = 37.58%
G = 48.41%
B = 14.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#76982C (or 0x76982C) is known color: Sushi. HEX triplet: 76, 98 and 2C. RGB value is (118,152,44). Sum of RGB (Red+Green+Blue) = 118+152+44=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #76982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76982C is #8967D3. Grayscale: #818181. Windows color (decimal): -9005012 or 2922614. OLE color: 2922614.

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

Color convert

RGB 118 152 44 -
CMYK 0.22 0 0.71 0.40
HSL 78.89º 0.55% 0.38% -
HSV(B) 78.89º 0.71% 0.6% -
XYZ 19.15 26.49 6.49 -
YUV 129.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 118 152 44 0.22 0 0.71 0.40 78.89 0.55 0.38
Hex 76 98 2C 16 0 47 28 4F 37 26
Octal 166 230 54 26 0 107 50 117 67 46
Binary 1110110 10011000 101100 10110 0 1000111 101000 1001111 110111 100110

Color Harmonies of #76982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76982C

Black with #76982C

Text Example


Text Example

White with #76982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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