Html Css Color HEX #6F9460 Xanadu

📋 copy color: '#6F9460'

red 111 ◦ green 148 ◦ blue 96

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

Shades of Xanadu #6F9460

Tints of Xanadu #6F9460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 31.27%
G = 41.69%
B = 27.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#6F9460 (or 0x6F9460) is known color: Xanadu. HEX triplet: 6F, 94 and 60. RGB value is (111,148,96). Sum of RGB (Red+Green+Blue) = 111+148+96=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9460 is #906B9F. Grayscale: #838383. Windows color (decimal): -9464736 or 6329455. OLE color: 6329455.

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

Color convert

RGB 111 148 96 -
CMYK 0.25 0 0.35 0.42
HSL 102.69º 0.21% 0.48% -
HSV(B) 102.69º 0.35% 0.58% -
XYZ 19.26 25.4 14.95 -
YUV 131.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 111 148 96 0.25 0 0.35 0.42 102.69 0.21 0.48
Hex 6F 94 60 19 0 23 2A 67 15 30
Octal 157 224 140 31 0 43 52 147 25 60
Binary 1101111 10010100 1100000 11001 0 100011 101010 1100111 10101 110000

Color Harmonies of #6F9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9460

Black with #6F9460

Text Example


Text Example

White with #6F9460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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