Html Css Color HEX #769934 Sushi

📋 copy color: '#769934'

red 118 ◦ green 153 ◦ blue 52

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

Shades of Sushi #769934

Tints of Sushi #769934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.37%

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

R = 36.53%
G = 47.37%
B = 16.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#769934 (or 0x769934) is known color: Sushi. HEX triplet: 76, 99 and 34. RGB value is (118,153,52). Sum of RGB (Red+Green+Blue) = 118+153+52=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #769934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769934 is #8966CB. Grayscale: #838383. Windows color (decimal): -9004748 or 3447158. OLE color: 3447158.

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

Color convert

RGB 118 153 52 -
CMYK 0.23 0 0.66 0.4
HSL 80.79º 0.49% 0.4% -
HSV(B) 80.79º 0.66% 0.6% -
XYZ 19.48 26.88 7.41 -
YUV 131.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 118 153 52 0.23 0 0.66 0.4 80.79 0.49 0.4
Hex 76 99 34 17 0 42 28 51 31 28
Octal 166 231 64 27 0 102 50 121 61 50
Binary 1110110 10011001 110100 10111 0 1000010 101000 1010001 110001 101000

Color Harmonies of #769934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769934

Black with #769934

Text Example


Text Example

White with #769934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769934; }

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

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

background-color css

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

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

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

border-color css

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

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

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