Html Css Color HEX #769435 Sushi

📋 copy color: '#769435'

red 118 ◦ green 148 ◦ blue 53

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

Shades of Sushi #769435

Tints of Sushi #769435

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 36.99%
G = 46.39%
B = 16.61%

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

#769435 (or 0x769435) is known color: Sushi. HEX triplet: 76, 94 and 35. RGB value is (118,148,53). Sum of RGB (Red+Green+Blue) = 118+148+53=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #769435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769435 is #896BCA. Grayscale: #808080. Windows color (decimal): -9006027 or 3511414. OLE color: 3511414.

HSL color Cylindrical-coordinate representation of color #769435: hue angle of 78.95º 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 #769435 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 53 -
CMYK 0.20 0 0.64 0.42
HSL 78.95º 0.47% 0.39% -
HSV(B) 78.95º 0.64% 0.58% -
XYZ 18.7 25.29 7.26 -
YUV 128.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 118 148 53 0.20 0 0.64 0.42 78.95 0.47 0.39
Hex 76 94 35 14 0 40 2A 4F 2F 27
Octal 166 224 65 24 0 100 52 117 57 47
Binary 1110110 10010100 110101 10100 0 1000000 101010 1001111 101111 100111

Color Harmonies of #769435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769435

Black with #769435

Text Example


Text Example

White with #769435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769435; }

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

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

background-color css

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

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

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

border-color css

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

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

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