Html Css Color HEX #769B52 Asparagus

📋 copy color: '#769B52'

red 118 ◦ green 155 ◦ blue 82

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

Shades of Asparagus #769B52

Tints of Asparagus #769B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 33.24%
G = 43.66%
B = 23.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#769B52 (or 0x769B52) is known color: Asparagus. HEX triplet: 76, 9B and 52. RGB value is (118,155,82). Sum of RGB (Red+Green+Blue) = 118+155+82=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #769B52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B52 is #8964AD. Grayscale: #878787. Windows color (decimal): -9004206 or 5413750. OLE color: 5413750.

HSL color Cylindrical-coordinate representation of color #769B52: hue angle of 90.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769B52 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 155 82 -
CMYK 0.24 0 0.47 0.39
HSL 90.41º 0.31% 0.46% -
HSV(B) 90.41º 0.47% 0.61% -
XYZ 20.72 27.9 12.28 -
YUV 135.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 118 155 82 0.24 0 0.47 0.39 90.41 0.31 0.46
Hex 76 9B 52 18 0 2F 27 5A 1F 2E
Octal 166 233 122 30 0 57 47 132 37 56
Binary 1110110 10011011 1010010 11000 0 101111 100111 1011010 11111 101110

Color Harmonies of #769B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769B52

Black with #769B52

Text Example


Text Example

White with #769B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,155,82); }

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

background-color css

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

 a { background-color: rgb(118,155,82); }

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

border-color css

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

 span { border-color: rgb(118,155,82); }

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