Html Css Color HEX #769429 Sushi

📋 copy color: '#769429'

red 118 ◦ green 148 ◦ blue 41

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

Shades of Sushi #769429

Tints of Sushi #769429

RGB

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

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

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

R = 38.44%
G = 48.21%
B = 13.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#769429 (or 0x769429) is known color: Sushi. HEX triplet: 76, 94 and 29. RGB value is (118,148,41). Sum of RGB (Red+Green+Blue) = 118+148+41=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #769429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769429 is #896BD6. Grayscale: #7F7F7F. Windows color (decimal): -9006039 or 2724982. OLE color: 2724982.

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

Color convert

RGB 118 148 41 -
CMYK 0.20 0 0.72 0.42
HSL 76.82º 0.57% 0.37% -
HSV(B) 76.82º 0.72% 0.58% -
XYZ 18.46 25.19 5.99 -
YUV 126.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 118 148 41 0.20 0 0.72 0.42 76.82 0.57 0.37
Hex 76 94 29 14 0 48 2A 4D 39 25
Octal 166 224 51 24 0 110 52 115 71 45
Binary 1110110 10010100 101001 10100 0 1001000 101010 1001101 111001 100101

Color Harmonies of #769429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769429

Black with #769429

Text Example


Text Example

White with #769429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769429; }

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

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

background-color css

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

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

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

border-color css

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

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

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