Html Css Color HEX #6F8F60 Xanadu

📋 copy color: '#6F8F60'

red 111 ◦ green 143 ◦ blue 96

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

Shades of Xanadu #6F8F60

Tints of Xanadu #6F8F60

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

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

R = 31.71%
G = 40.86%
B = 27.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#6F8F60 (or 0x6F8F60) is known color: Xanadu. HEX triplet: 6F, 8F and 60. RGB value is (111,143,96). Sum of RGB (Red+Green+Blue) = 111+143+96=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F60 is #90709F. Grayscale: #808080. Windows color (decimal): -9466016 or 6328175. OLE color: 6328175.

HSL color Cylindrical-coordinate representation of color #6F8F60: hue angle of 100.85º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F8F60 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 143 96 -
CMYK 0.22 0 0.33 0.44
HSL 100.85º 0.2% 0.47% -
HSV(B) 100.85º 0.33% 0.56% -
XYZ 18.49 23.87 14.7 -
YUV 128.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 111 143 96 0.22 0 0.33 0.44 100.85 0.2 0.47
Hex 6F 8F 60 16 0 21 2C 65 14 2F
Octal 157 217 140 26 0 41 54 145 24 57
Binary 1101111 10001111 1100000 10110 0 100001 101100 1100101 10100 101111

Color Harmonies of #6F8F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8F60

Black with #6F8F60

Text Example


Text Example

White with #6F8F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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