Html Css Color HEX #769241 Sushi

📋 copy color: '#769241'

red 118 ◦ green 146 ◦ blue 65

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

Shades of Sushi #769241

Tints of Sushi #769241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 35.87%
G = 44.38%
B = 19.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#769241 (or 0x769241) is known color: Sushi. HEX triplet: 76, 92 and 41. RGB value is (118,146,65). Sum of RGB (Red+Green+Blue) = 118+146+65=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #769241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769241 is #896DBE. Grayscale: #808080. Windows color (decimal): -9006527 or 4297334. OLE color: 4297334.

HSL color Cylindrical-coordinate representation of color #769241: hue angle of 80.74º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #769241 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 65 -
CMYK 0.19 0 0.55 0.43
HSL 80.74º 0.38% 0.41% -
HSV(B) 80.74º 0.55% 0.57% -
XYZ 18.7 24.79 8.8 -
YUV 128.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 118 146 65 0.19 0 0.55 0.43 80.74 0.38 0.41
Hex 76 92 41 13 0 37 2B 51 26 29
Octal 166 222 101 23 0 67 53 121 46 51
Binary 1110110 10010010 1000001 10011 0 110111 101011 1010001 100110 101001

Color Harmonies of #769241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769241

Black with #769241

Text Example


Text Example

White with #769241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769241; }

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

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

background-color css

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

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

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

border-color css

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

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

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