Html Css Color HEX #769856 Asparagus

📋 copy color: '#769856'

red 118 ◦ green 152 ◦ blue 86

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

Shades of Asparagus #769856

Tints of Asparagus #769856

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 86 (33.98% from 255) = 24.16%

R = 33.15%
G = 42.7%
B = 24.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#769856 (or 0x769856) is known color: Asparagus. HEX triplet: 76, 98 and 56. RGB value is (118,152,86). Sum of RGB (Red+Green+Blue) = 118+152+86=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #769856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769856 is #8967A9. Grayscale: #868686. Windows color (decimal): -9004970 or 5675126. OLE color: 5675126.

HSL color Cylindrical-coordinate representation of color #769856: hue angle of 90.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769856 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 86 -
CMYK 0.22 0 0.43 0.40
HSL 90.91º 0.28% 0.47% -
HSV(B) 90.91º 0.43% 0.6% -
XYZ 20.38 26.98 12.94 -
YUV 134.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 118 152 86 0.22 0 0.43 0.40 90.91 0.28 0.47
Hex 76 98 56 16 0 2B 28 5B 1C 2F
Octal 166 230 126 26 0 53 50 133 34 57
Binary 1110110 10011000 1010110 10110 0 101011 101000 1011011 11100 101111

Color Harmonies of #769856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769856

Black with #769856

Text Example


Text Example

White with #769856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769856; }

 p { color: rgb(118,152,86); }

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

background-color css

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

 a { background-color: rgb(118,152,86); }

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

border-color css

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

 span { border-color: rgb(118,152,86); }

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