Html Css Color HEX #6F8961 Xanadu

📋 copy color: '#6F8961'

red 111 ◦ green 137 ◦ blue 97

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

Shades of Xanadu #6F8961

Tints of Xanadu #6F8961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 32.17%
G = 39.71%
B = 28.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#6F8961 (or 0x6F8961) is known color: Xanadu. HEX triplet: 6F, 89 and 61. RGB value is (111,137,97). Sum of RGB (Red+Green+Blue) = 111+137+97=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8961 is #90769E. Grayscale: #7C7C7C. Windows color (decimal): -9467551 or 6392175. OLE color: 6392175.

HSL color Cylindrical-coordinate representation of color #6F8961: hue angle of 99º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F8961 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 137 97 -
CMYK 0.19 0 0.29 0.46
HSL 99º 0.17% 0.46% -
HSV(B) 99º 0.29% 0.54% -
XYZ 17.66 22.13 14.65 -
YUV 124.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 111 137 97 0.19 0 0.29 0.46 99 0.17 0.46
Hex 6F 89 61 13 0 1D 2E 63 11 2E
Octal 157 211 141 23 0 35 56 143 21 56
Binary 1101111 10001001 1100001 10011 0 11101 101110 1100011 10001 101110

Color Harmonies of #6F8961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8961

Black with #6F8961

Text Example


Text Example

White with #6F8961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,137,97); }

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

background-color css

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

 a { background-color: rgb(111,137,97); }

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

border-color css

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

 span { border-color: rgb(111,137,97); }

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