Html Css Color HEX #6F936A Xanadu

📋 copy color: '#6F936A'

red 111 ◦ green 147 ◦ blue 106

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

Shades of Xanadu #6F936A

Tints of Xanadu #6F936A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 30.49%
G = 40.38%
B = 29.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6F936A (or 0x6F936A) is known color: Xanadu. HEX triplet: 6F, 93 and 6A. RGB value is (111,147,106). Sum of RGB (Red+Green+Blue) = 111+147+106=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936A is #906C95. Grayscale: #838383. Windows color (decimal): -9464982 or 6984559. OLE color: 6984559.

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

Color convert

RGB 111 147 106 -
CMYK 0.24 0 0.28 0.42
HSL 112.68º 0.16% 0.5% -
HSV(B) 112.68º 0.28% 0.58% -
XYZ 19.59 25.29 17.48 -
YUV 131.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 111 147 106 0.24 0 0.28 0.42 112.68 0.16 0.5
Hex 6F 93 6A 18 0 1C 2A 71 10 32
Octal 157 223 152 30 0 34 52 161 20 62
Binary 1101111 10010011 1101010 11000 0 11100 101010 1110001 10000 110010

Color Harmonies of #6F936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F936A

Black with #6F936A

Text Example


Text Example

White with #6F936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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