Html Css Color HEX #769638 Sushi

📋 copy color: '#769638'

red 118 ◦ green 150 ◦ blue 56

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

Shades of Sushi #769638

Tints of Sushi #769638

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 36.42%
G = 46.3%
B = 17.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#769638 (or 0x769638) is known color: Sushi. HEX triplet: 76, 96 and 38. RGB value is (118,150,56). Sum of RGB (Red+Green+Blue) = 118+150+56=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #769638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769638 is #8969C7. Grayscale: #828282. Windows color (decimal): -9005512 or 3708534. OLE color: 3708534.

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

Color convert

RGB 118 150 56 -
CMYK 0.21 0 0.63 0.41
HSL 80.43º 0.46% 0.4% -
HSV(B) 80.43º 0.63% 0.59% -
XYZ 19.09 25.95 7.74 -
YUV 129.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 118 150 56 0.21 0 0.63 0.41 80.43 0.46 0.4
Hex 76 96 38 15 0 3F 29 50 2E 28
Octal 166 226 70 25 0 77 51 120 56 50
Binary 1110110 10010110 111000 10101 0 111111 101001 1010000 101110 101000

Color Harmonies of #769638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769638

Black with #769638

Text Example


Text Example

White with #769638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769638; }

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

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

background-color css

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

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

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

border-color css

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

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

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