Html Css Color HEX #6B8862 Xanadu

📋 copy color: '#6B8862'

red 107 ◦ green 136 ◦ blue 98

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

Shades of Xanadu #6B8862

Tints of Xanadu #6B8862

RGB

 RED value IS 107 (42.19% from 255) = 31.38%

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 31.38%
G = 39.88%
B = 28.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#6B8862 (or 0x6B8862) is known color: Xanadu. HEX triplet: 6B, 88 and 62. RGB value is (107,136,98). Sum of RGB (Red+Green+Blue) = 107+136+98=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8862 is #94779D. Grayscale: #7B7B7B. Windows color (decimal): -9729950 or 6457451. OLE color: 6457451.

HSL color Cylindrical-coordinate representation of color #6B8862: hue angle of 105.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B8862 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 136 98 -
CMYK 0.21 0 0.28 0.47
HSL 105.79º 0.16% 0.46% -
HSV(B) 105.79º 0.28% 0.53% -
XYZ 17.07 21.62 14.83 -
YUV 123 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 107 136 98 0.21 0 0.28 0.47 105.79 0.16 0.46
Hex 6B 88 62 15 0 1C 2F 6A 10 2E
Octal 153 210 142 25 0 34 57 152 20 56
Binary 1101011 10001000 1100010 10101 0 11100 101111 1101010 10000 101110

Color Harmonies of #6B8862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8862

Black with #6B8862

Text Example


Text Example

White with #6B8862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,136,98); }

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

background-color css

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

 a { background-color: rgb(107,136,98); }

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

border-color css

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

 span { border-color: rgb(107,136,98); }

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