Html Css Color HEX #769134 Sushi

📋 copy color: '#769134'

red 118 ◦ green 145 ◦ blue 52

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

Shades of Sushi #769134

Tints of Sushi #769134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 37.46%
G = 46.03%
B = 16.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#769134 (or 0x769134) is known color: Sushi. HEX triplet: 76, 91 and 34. RGB value is (118,145,52). Sum of RGB (Red+Green+Blue) = 118+145+52=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #769134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769134 is #896ECB. Grayscale: #7E7E7E. Windows color (decimal): -9006796 or 3445110. OLE color: 3445110.

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

Color convert

RGB 118 145 52 -
CMYK 0.19 0 0.64 0.43
HSL 77.42º 0.47% 0.39% -
HSV(B) 77.42º 0.64% 0.57% -
XYZ 18.22 24.35 6.99 -
YUV 126.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 118 145 52 0.19 0 0.64 0.43 77.42 0.47 0.39
Hex 76 91 34 13 0 40 2B 4D 2F 27
Octal 166 221 64 23 0 100 53 115 57 47
Binary 1110110 10010001 110100 10011 0 1000000 101011 1001101 101111 100111

Color Harmonies of #769134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769134

Black with #769134

Text Example


Text Example

White with #769134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769134; }

 p { color: rgb(118,145,52); }

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

background-color css

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

 a { background-color: rgb(118,145,52); }

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

border-color css

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

 span { border-color: rgb(118,145,52); }

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