#6AAD07

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

Shades of Christi #6AAD07

Tints of Christi #6AAD07

Color information

#6AAD07 (or 0x6AAD07) is unknown color: approx Christi. HEX triplet: 6A, AD and 07. RGB value is (106,173,7). Sum of RGB (Red+Green+Blue) = 106+173+7=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 173 (67.97% from 255 or 60.49% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAD07 is #9552F8. Grayscale: #868686. Windows color (decimal): -9786105 or 503146. OLE color: 503146.

HSL color Cylindrical-coordinate representation of color #6AAD07: hue angle of 84.22º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AAD07 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB1061737-
CMYK0.3900.960.32
HSL84.22º92.22%35.29%-
HSV(B)84.22º95.95%67.84%-
XYZ20.9332.975.46-
YUV134.0456.3108-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 173 (67.97% from 255) = 60.49%
BLUE value IS 7 (3.12% from 255) = 2.45%
R=37.06%
G=60.49%
B=2.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10617370.3900.960.3284.2292.2235.29
Hex6AAD72706020545c23
Octal15225574701404012413443
Binary1101010101011011111001110110000010000010101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,7); }

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

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

 a { background-color: rgb(106,173,7); }

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

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

 span { border-color: rgb(106,173,7); }

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