Html Css Color HEX #6F9369 Xanadu

📋 copy color: '#6F9369'

red 111 ◦ green 147 ◦ blue 105

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

Shades of Xanadu #6F9369

Tints of Xanadu #6F9369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 30.58%
G = 40.5%
B = 28.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#6F9369 (or 0x6F9369) is known color: Xanadu. HEX triplet: 6F, 93 and 69. RGB value is (111,147,105). Sum of RGB (Red+Green+Blue) = 111+147+105=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9369 is #906C96. Grayscale: #838383. Windows color (decimal): -9464983 or 6919023. OLE color: 6919023.

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

Color convert

RGB 111 147 105 -
CMYK 0.24 0 0.29 0.42
HSL 111.43º 0.17% 0.49% -
HSV(B) 111.43º 0.29% 0.58% -
XYZ 19.54 25.27 17.21 -
YUV 131.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 111 147 105 0.24 0 0.29 0.42 111.43 0.17 0.49
Hex 6F 93 69 18 0 1D 2A 6F 11 31
Octal 157 223 151 30 0 35 52 157 21 61
Binary 1101111 10010011 1101001 11000 0 11101 101010 1101111 10001 110001

Color Harmonies of #6F9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9369

Black with #6F9369

Text Example


Text Example

White with #6F9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,105); }

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

background-color css

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

 a { background-color: rgb(111,147,105); }

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

border-color css

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

 span { border-color: rgb(111,147,105); }

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