Html Css Color HEX #6F9969 Amulet

📋 copy color: '#6F9969'

red 111 ◦ green 153 ◦ blue 105

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

Shades of Amulet #6F9969

Tints of Amulet #6F9969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 30.08%
G = 41.46%
B = 28.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#6F9969 (or 0x6F9969) is known color: Amulet. HEX triplet: 6F, 99 and 69. RGB value is (111,153,105). Sum of RGB (Red+Green+Blue) = 111+153+105=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9969 is #906696. Grayscale: #878787. Windows color (decimal): -9463447 or 6920559. OLE color: 6920559.

HSL color Cylindrical-coordinate representation of color #6F9969: hue angle of 112.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F9969 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 105 -
CMYK 0.27 0 0.31 0.4
HSL 112.5º 0.19% 0.51% -
HSV(B) 112.5º 0.31% 0.6% -
XYZ 20.5 27.18 17.53 -
YUV 134.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 111 153 105 0.27 0 0.31 0.4 112.5 0.19 0.51
Hex 6F 99 69 1B 0 1F 28 70 13 33
Octal 157 231 151 33 0 37 50 160 23 63
Binary 1101111 10011001 1101001 11011 0 11111 101000 1110000 10011 110011

Color Harmonies of #6F9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9969

Black with #6F9969

Text Example


Text Example

White with #6F9969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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