Html Css Color HEX #769835 Sushi

📋 copy color: '#769835'

red 118 ◦ green 152 ◦ blue 53

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

Shades of Sushi #769835

Tints of Sushi #769835

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 36.53%
G = 47.06%
B = 16.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#769835 (or 0x769835) is known color: Sushi. HEX triplet: 76, 98 and 35. RGB value is (118,152,53). Sum of RGB (Red+Green+Blue) = 118+152+53=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #769835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769835 is #8967CA. Grayscale: #828282. Windows color (decimal): -9005003 or 3512438. OLE color: 3512438.

HSL color Cylindrical-coordinate representation of color #769835: hue angle of 80.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #769835 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 53 -
CMYK 0.22 0 0.65 0.40
HSL 80.61º 0.48% 0.4% -
HSV(B) 80.61º 0.65% 0.6% -
XYZ 19.34 26.57 7.48 -
YUV 130.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 118 152 53 0.22 0 0.65 0.40 80.61 0.48 0.4
Hex 76 98 35 16 0 41 28 51 30 28
Octal 166 230 65 26 0 101 50 121 60 50
Binary 1110110 10011000 110101 10110 0 1000001 101000 1010001 110000 101000

Color Harmonies of #769835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769835

Black with #769835

Text Example


Text Example

White with #769835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769835; }

 p { color: rgb(118,152,53); }

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

background-color css

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

 a { background-color: rgb(118,152,53); }

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

border-color css

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

 span { border-color: rgb(118,152,53); }

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