Html Css Color HEX #769D38 Sushi

📋 copy color: '#769D38'

red 118 ◦ green 157 ◦ blue 56

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

Shades of Sushi #769D38

Tints of Sushi #769D38

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.43%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 35.65%
G = 47.43%
B = 16.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#769D38 (or 0x769D38) is known color: Sushi. HEX triplet: 76, 9D and 38. RGB value is (118,157,56). Sum of RGB (Red+Green+Blue) = 118+157+56=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #769D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769D38 is #8962C7. Grayscale: #868686. Windows color (decimal): -9003720 or 3710326. OLE color: 3710326.

HSL color Cylindrical-coordinate representation of color #769D38: hue angle of 83.17º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #769D38 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 157 56 -
CMYK 0.25 0 0.64 0.38
HSL 83.17º 0.47% 0.42% -
HSV(B) 83.17º 0.64% 0.62% -
XYZ 20.24 28.25 8.13 -
YUV 133.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 118 157 56 0.25 0 0.64 0.38 83.17 0.47 0.42
Hex 76 9D 38 19 0 40 26 53 2F 2A
Octal 166 235 70 31 0 100 46 123 57 52
Binary 1110110 10011101 111000 11001 0 1000000 100110 1010011 101111 101010

Color Harmonies of #769D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769D38

Black with #769D38

Text Example


Text Example

White with #769D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769D38; }

 p { color: rgb(118,157,56); }

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

background-color css

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

 a { background-color: rgb(118,157,56); }

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

border-color css

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

 span { border-color: rgb(118,157,56); }

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