Html Css Color HEX #6F9464 Xanadu

📋 copy color: '#6F9464'

red 111 ◦ green 148 ◦ blue 100

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

Shades of Xanadu #6F9464

Tints of Xanadu #6F9464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

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

R = 30.92%
G = 41.23%
B = 27.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#6F9464 (or 0x6F9464) is known color: Xanadu. HEX triplet: 6F, 94 and 64. RGB value is (111,148,100). Sum of RGB (Red+Green+Blue) = 111+148+100=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9464 is #906B9B. Grayscale: #838383. Windows color (decimal): -9464732 or 6591599. OLE color: 6591599.

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

Color convert

RGB 111 148 100 -
CMYK 0.25 0 0.32 0.42
HSL 106.25º 0.19% 0.49% -
HSV(B) 106.25º 0.32% 0.58% -
XYZ 19.45 25.48 15.95 -
YUV 131.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 111 148 100 0.25 0 0.32 0.42 106.25 0.19 0.49
Hex 6F 94 64 19 0 20 2A 6A 13 31
Octal 157 224 144 31 0 40 52 152 23 61
Binary 1101111 10010100 1100100 11001 0 100000 101010 1101010 10011 110001

Color Harmonies of #6F9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9464

Black with #6F9464

Text Example


Text Example

White with #6F9464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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