Html Css Color HEX #6F8965 Xanadu

📋 copy color: '#6F8965'

red 111 ◦ green 137 ◦ blue 101

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

Shades of Xanadu #6F8965

Tints of Xanadu #6F8965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 31.81%
G = 39.26%
B = 28.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#6F8965 (or 0x6F8965) is known color: Xanadu. HEX triplet: 6F, 89 and 65. RGB value is (111,137,101). Sum of RGB (Red+Green+Blue) = 111+137+101=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8965 is #90769A. Grayscale: #7D7D7D. Windows color (decimal): -9467547 or 6654319. OLE color: 6654319.

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

Color convert

RGB 111 137 101 -
CMYK 0.19 0 0.26 0.46
HSL 103.33º 0.15% 0.47% -
HSV(B) 103.33º 0.26% 0.54% -
XYZ 17.85 22.21 15.66 -
YUV 125.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 111 137 101 0.19 0 0.26 0.46 103.33 0.15 0.47
Hex 6F 89 65 13 0 1A 2E 67 F 2F
Octal 157 211 145 23 0 32 56 147 17 57
Binary 1101111 10001001 1100101 10011 0 11010 101110 1100111 1111 101111

Color Harmonies of #6F8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8965

Black with #6F8965

Text Example


Text Example

White with #6F8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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