Html Css Color HEX #76922D Sushi

📋 copy color: '#76922D'

red 118 ◦ green 146 ◦ blue 45

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

Shades of Sushi #76922D

Tints of Sushi #76922D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 38.19%
G = 47.25%
B = 14.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#76922D (or 0x76922D) is known color: Sushi. HEX triplet: 76, 92 and 2D. RGB value is (118,146,45). Sum of RGB (Red+Green+Blue) = 118+146+45=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #76922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76922D is #896DD2. Grayscale: #7E7E7E. Windows color (decimal): -9006547 or 2986614. OLE color: 2986614.

HSL color Cylindrical-coordinate representation of color #76922D: hue angle of 76.63º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76922D is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 45 -
CMYK 0.19 0 0.69 0.43
HSL 76.63º 0.53% 0.37% -
HSV(B) 76.63º 0.69% 0.57% -
XYZ 18.22 24.6 6.27 -
YUV 126.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 118 146 45 0.19 0 0.69 0.43 76.63 0.53 0.37
Hex 76 92 2D 13 0 45 2B 4D 35 25
Octal 166 222 55 23 0 105 53 115 65 45
Binary 1110110 10010010 101101 10011 0 1000101 101011 1001101 110101 100101

Color Harmonies of #76922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76922D

Black with #76922D

Text Example


Text Example

White with #76922D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76922D; }

 p { color: rgb(118,146,45); }

 H1.HeaderClassName
 {
   color: #76922D;
 }
 .AnyTagClassName
 {
   color: #76922D;
 }
</style>

background-color css

<style>
 a { background-color: #76922D; }

 a { background-color: rgb(118,146,45); }

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

border-color css

<style>
 span { border-color: #76922D; }

 span { border-color: rgb(118,146,45); }

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