Html Css Color HEX #76933C Sushi

📋 copy color: '#76933C'

red 118 ◦ green 147 ◦ blue 60

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

Shades of Sushi #76933C

Tints of Sushi #76933C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 36.31%
G = 45.23%
B = 18.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#76933C (or 0x76933C) is known color: Sushi. HEX triplet: 76, 93 and 3C. RGB value is (118,147,60). Sum of RGB (Red+Green+Blue) = 118+147+60=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #76933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76933C is #896CC3. Grayscale: #808080. Windows color (decimal): -9006276 or 3969910. OLE color: 3969910.

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

Color convert

RGB 118 147 60 -
CMYK 0.20 0 0.59 0.42
HSL 80º 0.42% 0.41% -
HSV(B) 80º 0.59% 0.58% -
XYZ 18.72 25.05 8.12 -
YUV 128.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 118 147 60 0.20 0 0.59 0.42 80 0.42 0.41
Hex 76 93 3C 14 0 3B 2A 50 2A 29
Octal 166 223 74 24 0 73 52 120 52 51
Binary 1110110 10010011 111100 10100 0 111011 101010 1010000 101010 101001

Color Harmonies of #76933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76933C

Black with #76933C

Text Example


Text Example

White with #76933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,147,60); }

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

background-color css

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

 a { background-color: rgb(118,147,60); }

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

border-color css

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

 span { border-color: rgb(118,147,60); }

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