Html Css Color HEX #6F9260 Xanadu

📋 copy color: '#6F9260'

red 111 ◦ green 146 ◦ blue 96

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

Shades of Xanadu #6F9260

Tints of Xanadu #6F9260

RGB

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

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

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

R = 31.44%
G = 41.36%
B = 27.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#6F9260 (or 0x6F9260) is known color: Xanadu. HEX triplet: 6F, 92 and 60. RGB value is (111,146,96). Sum of RGB (Red+Green+Blue) = 111+146+96=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9260 is #906D9F. Grayscale: #828282. Windows color (decimal): -9465248 or 6328943. OLE color: 6328943.

HSL color Cylindrical-coordinate representation of color #6F9260: hue angle of 102º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F9260 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 146 96 -
CMYK 0.24 0 0.34 0.43
HSL 102º 0.21% 0.47% -
HSV(B) 102º 0.34% 0.57% -
XYZ 18.95 24.78 14.85 -
YUV 129.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 111 146 96 0.24 0 0.34 0.43 102 0.21 0.47
Hex 6F 92 60 18 0 22 2B 66 15 2F
Octal 157 222 140 30 0 42 53 146 25 57
Binary 1101111 10010010 1100000 11000 0 100010 101011 1100110 10101 101111

Color Harmonies of #6F9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9260

Black with #6F9260

Text Example


Text Example

White with #6F9260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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