Html Css Color HEX #779269 Xanadu

📋 copy color: '#779269'

red 119 ◦ green 146 ◦ blue 105

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

Shades of Xanadu #779269

Tints of Xanadu #779269

RGB

 RED value IS 119 (46.88% from 255) = 32.16%

 GREEN value IS 146 (57.42% from 255) = 39.46%

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 32.16%
G = 39.46%
B = 28.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#779269 (or 0x779269) is known color: Xanadu. HEX triplet: 77, 92 and 69. RGB value is (119,146,105). Sum of RGB (Red+Green+Blue) = 119+146+105=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #779269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779269 is #886D96. Grayscale: #858585. Windows color (decimal): -8940951 or 6918775. OLE color: 6918775.

HSL color Cylindrical-coordinate representation of color #779269: hue angle of 99.51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779269 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 146 105 -
CMYK 0.18 0 0.28 0.43
HSL 99.51º 0.16% 0.49% -
HSV(B) 99.51º 0.28% 0.57% -
XYZ 20.44 25.5 17.21 -
YUV 133.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 119 146 105 0.18 0 0.28 0.43 99.51 0.16 0.49
Hex 77 92 69 12 0 1C 2B 64 10 31
Octal 167 222 151 22 0 34 53 144 20 61
Binary 1110111 10010010 1101001 10010 0 11100 101011 1100100 10000 110001

Color Harmonies of #779269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779269

Black with #779269

Text Example


Text Example

White with #779269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779269; }

 p { color: rgb(119,146,105); }

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

background-color css

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

 a { background-color: rgb(119,146,105); }

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

border-color css

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

 span { border-color: rgb(119,146,105); }

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