Html Css Color HEX #6F9564 Xanadu

📋 copy color: '#6F9564'

red 111 ◦ green 149 ◦ blue 100

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

Shades of Xanadu #6F9564

Tints of Xanadu #6F9564

RGB

 RED value IS 111 (43.75% from 255) = 30.83%

 GREEN value IS 149 (58.59% from 255) = 41.39%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 30.83%
G = 41.39%
B = 27.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#6F9564 (or 0x6F9564) is known color: Xanadu. HEX triplet: 6F, 95 and 64. RGB value is (111,149,100). Sum of RGB (Red+Green+Blue) = 111+149+100=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9564 is #906A9B. Grayscale: #848484. Windows color (decimal): -9464476 or 6591855. OLE color: 6591855.

HSL color Cylindrical-coordinate representation of color #6F9564: hue angle of 106.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F9564 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 149 100 -
CMYK 0.26 0 0.33 0.42
HSL 106.53º 0.2% 0.49% -
HSV(B) 106.53º 0.33% 0.58% -
XYZ 19.6 25.79 16 -
YUV 132.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 111 149 100 0.26 0 0.33 0.42 106.53 0.2 0.49
Hex 6F 95 64 1A 0 21 2A 6B 14 31
Octal 157 225 144 32 0 41 52 153 24 61
Binary 1101111 10010101 1100100 11010 0 100001 101010 1101011 10100 110001

Color Harmonies of #6F9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9564

Black with #6F9564

Text Example


Text Example

White with #6F9564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9564; }

 p { color: rgb(111,149,100); }

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

background-color css

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

 a { background-color: rgb(111,149,100); }

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

border-color css

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

 span { border-color: rgb(111,149,100); }

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