Html Css Color HEX #769929 Sushi

📋 copy color: '#769929'

red 118 ◦ green 153 ◦ blue 41

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

Shades of Sushi #769929

Tints of Sushi #769929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 37.82%
G = 49.04%
B = 13.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#769929 (or 0x769929) is known color: Sushi. HEX triplet: 76, 99 and 29. RGB value is (118,153,41). Sum of RGB (Red+Green+Blue) = 118+153+41=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #769929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769929 is #8966D6. Grayscale: #828282. Windows color (decimal): -9004759 or 2726262. OLE color: 2726262.

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

Color convert

RGB 118 153 41 -
CMYK 0.23 0 0.73 0.4
HSL 78.75º 0.58% 0.38% -
HSV(B) 78.75º 0.73% 0.6% -
XYZ 19.26 26.79 6.25 -
YUV 129.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 118 153 41 0.23 0 0.73 0.4 78.75 0.58 0.38
Hex 76 99 29 17 0 49 28 4F 3A 26
Octal 166 231 51 27 0 111 50 117 72 46
Binary 1110110 10011001 101001 10111 0 1001001 101000 1001111 111010 100110

Color Harmonies of #769929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769929

Black with #769929

Text Example


Text Example

White with #769929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769929; }

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

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

background-color css

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

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

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

border-color css

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

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

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