Html Css Color HEX #769734 Sushi

📋 copy color: '#769734'

red 118 ◦ green 151 ◦ blue 52

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

Shades of Sushi #769734

Tints of Sushi #769734

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

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

R = 36.76%
G = 47.04%
B = 16.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#769734 (or 0x769734) is known color: Sushi. HEX triplet: 76, 97 and 34. RGB value is (118,151,52). Sum of RGB (Red+Green+Blue) = 118+151+52=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #769734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769734 is #8968CB. Grayscale: #828282. Windows color (decimal): -9005260 or 3446646. OLE color: 3446646.

HSL color Cylindrical-coordinate representation of color #769734: hue angle of 80º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #769734 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 52 -
CMYK 0.22 0 0.66 0.41
HSL 80º 0.49% 0.4% -
HSV(B) 80º 0.66% 0.59% -
XYZ 19.16 26.23 7.3 -
YUV 129.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 118 151 52 0.22 0 0.66 0.41 80 0.49 0.4
Hex 76 97 34 16 0 42 29 50 31 28
Octal 166 227 64 26 0 102 51 120 61 50
Binary 1110110 10010111 110100 10110 0 1000010 101001 1010000 110001 101000

Color Harmonies of #769734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769734

Black with #769734

Text Example


Text Example

White with #769734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769734; }

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

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

background-color css

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

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

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

border-color css

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

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

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