Html Css Color HEX #769335 Sushi

📋 copy color: '#769335'

red 118 ◦ green 147 ◦ blue 53

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

Shades of Sushi #769335

Tints of Sushi #769335

RGB

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

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

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

R = 37.11%
G = 46.23%
B = 16.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#769335 (or 0x769335) is known color: Sushi. HEX triplet: 76, 93 and 35. RGB value is (118,147,53). Sum of RGB (Red+Green+Blue) = 118+147+53=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #769335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769335 is #896CCA. Grayscale: #7F7F7F. Windows color (decimal): -9006283 or 3511158. OLE color: 3511158.

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

Color convert

RGB 118 147 53 -
CMYK 0.20 0 0.64 0.42
HSL 78.51º 0.47% 0.39% -
HSV(B) 78.51º 0.64% 0.58% -
XYZ 18.55 24.98 7.21 -
YUV 127.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 118 147 53 0.20 0 0.64 0.42 78.51 0.47 0.39
Hex 76 93 35 14 0 40 2A 4F 2F 27
Octal 166 223 65 24 0 100 52 117 57 47
Binary 1110110 10010011 110101 10100 0 1000000 101010 1001111 101111 100111

Color Harmonies of #769335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769335

Black with #769335

Text Example


Text Example

White with #769335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769335; }

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

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

background-color css

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

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

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

border-color css

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

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

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