Html Css Color HEX #6F8768 Xanadu

📋 copy color: '#6F8768'

red 111 ◦ green 135 ◦ blue 104

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

Shades of Xanadu #6F8768

Tints of Xanadu #6F8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 31.71%
G = 38.57%
B = 29.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#6F8768 (or 0x6F8768) is known color: Xanadu. HEX triplet: 6F, 87 and 68. RGB value is (111,135,104). Sum of RGB (Red+Green+Blue) = 111+135+104=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8768 is #907897. Grayscale: #7C7C7C. Windows color (decimal): -9468056 or 6850415. OLE color: 6850415.

HSL color Cylindrical-coordinate representation of color #6F8768: hue angle of 106.45º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8768 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 135 104 -
CMYK 0.18 0 0.23 0.47
HSL 106.45º 0.13% 0.47% -
HSV(B) 106.45º 0.23% 0.53% -
XYZ 17.72 21.71 16.35 -
YUV 124.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 111 135 104 0.18 0 0.23 0.47 106.45 0.13 0.47
Hex 6F 87 68 12 0 17 2F 6A D 2F
Octal 157 207 150 22 0 27 57 152 15 57
Binary 1101111 10000111 1101000 10010 0 10111 101111 1101010 1101 101111

Color Harmonies of #6F8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8768

Black with #6F8768

Text Example


Text Example

White with #6F8768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,135,104); }

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

background-color css

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

 a { background-color: rgb(111,135,104); }

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

border-color css

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

 span { border-color: rgb(111,135,104); }

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