Html Css Color HEX #769434 Sushi

📋 copy color: '#769434'

red 118 ◦ green 148 ◦ blue 52

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

Shades of Sushi #769434

Tints of Sushi #769434

RGB

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

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

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

R = 37.11%
G = 46.54%
B = 16.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#769434 (or 0x769434) is known color: Sushi. HEX triplet: 76, 94 and 34. RGB value is (118,148,52). Sum of RGB (Red+Green+Blue) = 118+148+52=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #769434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769434 is #896BCB. Grayscale: #808080. Windows color (decimal): -9006028 or 3445878. OLE color: 3445878.

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

Color convert

RGB 118 148 52 -
CMYK 0.20 0 0.65 0.42
HSL 78.75º 0.48% 0.39% -
HSV(B) 78.75º 0.65% 0.58% -
XYZ 18.68 25.28 7.14 -
YUV 128.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 118 148 52 0.20 0 0.65 0.42 78.75 0.48 0.39
Hex 76 94 34 14 0 41 2A 4F 30 27
Octal 166 224 64 24 0 101 52 117 60 47
Binary 1110110 10010100 110100 10100 0 1000001 101010 1001111 110000 100111

Color Harmonies of #769434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769434

Black with #769434

Text Example


Text Example

White with #769434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769434; }

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

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

background-color css

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

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

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

border-color css

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

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

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