Html Css Color HEX #76972C Sushi

📋 copy color: '#76972C'

red 118 ◦ green 151 ◦ blue 44

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

Shades of Sushi #76972C

Tints of Sushi #76972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.24%

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

R = 37.7%
G = 48.24%
B = 14.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#76972C (or 0x76972C) is known color: Sushi. HEX triplet: 76, 97 and 2C. RGB value is (118,151,44). Sum of RGB (Red+Green+Blue) = 118+151+44=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #76972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76972C is #8968D3. Grayscale: #818181. Windows color (decimal): -9005268 or 2922358. OLE color: 2922358.

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

Color convert

RGB 118 151 44 -
CMYK 0.22 0 0.71 0.41
HSL 78.5º 0.55% 0.38% -
HSV(B) 78.5º 0.71% 0.59% -
XYZ 18.99 26.17 6.43 -
YUV 128.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 118 151 44 0.22 0 0.71 0.41 78.5 0.55 0.38
Hex 76 97 2C 16 0 47 29 4F 37 26
Octal 166 227 54 26 0 107 51 117 67 46
Binary 1110110 10010111 101100 10110 0 1000111 101001 1001111 110111 100110

Color Harmonies of #76972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76972C

Black with #76972C

Text Example


Text Example

White with #76972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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