#6A9F12

Color #6A9F12 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6A9F12

Tints of Christi #6A9F12

Color information

#6A9F12 (or 0x6A9F12) is unknown color: approx Christi. HEX triplet: 6A, 9F and 12. RGB value is (106,159,18). Sum of RGB (Red+Green+Blue) = 106+159+18=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9F12 is #9560ED. Grayscale: #7F7F7F. Windows color (decimal): -9789678 or 1220458. OLE color: 1220458.

HSL color Cylindrical-coordinate representation of color #6A9F12: hue angle of 82.55º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A9F12 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB10615918-
CMYK0.3300.890.38
HSL82.55º79.66%34.71%-
HSV(B)82.55º88.68%62.35%-
XYZ18.4527.94.99-
YUV127.0866.44112.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 159 (62.5% from 255) = 56.18%
BLUE value IS 18 (7.42% from 255) = 6.36%
R=37.46%
G=56.18%
B=6.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106159180.3300.890.3882.5579.6634.71
Hex6A9F122105926535023
Octal152237224101314612312043
Binary110101010011111100101000010101100110011010100111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,159,18); }

 H1.HeaderClassName
 {
   color: #6A9F12;
 }
 .AnyTagClassName
 {
   color: #6A9F12;
 }
</style>
background-color css

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

 a { background-color: rgb(106,159,18); }

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

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

 span { border-color: rgb(106,159,18); }

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