#6A9805

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

Shades of Christi #6A9805

Tints of Christi #6A9805

Color information

#6A9805 (or 0x6A9805) is unknown color: approx Christi. HEX triplet: 6A, 98 and 05. RGB value is (106,152,5). Sum of RGB (Red+Green+Blue) = 106+152+5=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9805 is #9567FA. Grayscale: #7A7A7A. Windows color (decimal): -9791483 or 366698. OLE color: 366698.

HSL color Cylindrical-coordinate representation of color #6A9805: hue angle of 78.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A9805 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1061525-
CMYK0.3000.970.40
HSL78.78º93.63%30.78%-
HSV(B)78.78º96.71%59.61%-
XYZ17.225.534.17-
YUV121.4962.26116.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 5 (2.34% from 255) = 1.90%
R=40.30%
G=57.79%
B=1.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10615250.3000.970.4078.7893.6330.78
Hex6A9851E061284f5e1f
Octal15223053601415011713637
Binary11010101001100010111110011000011010001001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,152,5); }

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

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

 a { background-color: rgb(106,152,5); }

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

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

 span { border-color: rgb(106,152,5); }

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