Html Css Color HEX #769741 Sushi

📋 copy color: '#769741'

red 118 ◦ green 151 ◦ blue 65

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

Shades of Sushi #769741

Tints of Sushi #769741

RGB

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

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

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

R = 35.33%
G = 45.21%
B = 19.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#769741 (or 0x769741) is known color: Sushi. HEX triplet: 76, 97 and 41. RGB value is (118,151,65). Sum of RGB (Red+Green+Blue) = 118+151+65=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #769741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769741 is #8968BE. Grayscale: #838383. Windows color (decimal): -9005247 or 4298614. OLE color: 4298614.

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

Color convert

RGB 118 151 65 -
CMYK 0.22 0 0.57 0.41
HSL 83.02º 0.4% 0.42% -
HSV(B) 83.02º 0.57% 0.59% -
XYZ 19.49 26.37 9.06 -
YUV 131.33 90.57 118.49 -
System Red Green Blue C M Y K H S L
Decimal 118 151 65 0.22 0 0.57 0.41 83.02 0.4 0.42
Hex 76 97 41 16 0 39 29 53 28 2A
Octal 166 227 101 26 0 71 51 123 50 52
Binary 1110110 10010111 1000001 10110 0 111001 101001 1010011 101000 101010

Color Harmonies of #769741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769741

Black with #769741

Text Example


Text Example

White with #769741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769741; }

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

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

background-color css

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

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

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

border-color css

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

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

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