Html Css Color HEX #76953E Sushi

📋 copy color: '#76953E'

red 118 ◦ green 149 ◦ blue 62

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

Shades of Sushi #76953E

Tints of Sushi #76953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 35.87%
G = 45.29%
B = 18.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#76953E (or 0x76953E) is known color: Sushi. HEX triplet: 76, 95 and 3E. RGB value is (118,149,62). Sum of RGB (Red+Green+Blue) = 118+149+62=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #76953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76953E is #896AC1. Grayscale: #828282. Windows color (decimal): -9005762 or 4101494. OLE color: 4101494.

HSL color Cylindrical-coordinate representation of color #76953E: hue angle of 81.38º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76953E is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 62 -
CMYK 0.21 0 0.58 0.42
HSL 81.38º 0.41% 0.41% -
HSV(B) 81.38º 0.58% 0.58% -
XYZ 19.09 25.69 8.51 -
YUV 129.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 118 149 62 0.21 0 0.58 0.42 81.38 0.41 0.41
Hex 76 95 3E 15 0 3A 2A 51 29 29
Octal 166 225 76 25 0 72 52 121 51 51
Binary 1110110 10010101 111110 10101 0 111010 101010 1010001 101001 101001

Color Harmonies of #76953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76953E

Black with #76953E

Text Example


Text Example

White with #76953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76953E; }

 p { color: rgb(118,149,62); }

 H1.HeaderClassName
 {
   color: #76953E;
 }
 .AnyTagClassName
 {
   color: #76953E;
 }
</style>

background-color css

<style>
 a { background-color: #76953E; }

 a { background-color: rgb(118,149,62); }

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

border-color css

<style>
 span { border-color: #76953E; }

 span { border-color: rgb(118,149,62); }

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