#6AC725

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

Shades of Christi #6AC725

Tints of Christi #6AC725

Color information

#6AC725 (or 0x6AC725) is unknown color: approx Christi. HEX triplet: 6A, C7 and 25. RGB value is (106,199,37). Sum of RGB (Red+Green+Blue) = 106+199+37=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC725 is #9538DA. Grayscale: #999999. Windows color (decimal): -9779419 or 2475882. OLE color: 2475882.

HSL color Cylindrical-coordinate representation of color #6AC725: hue angle of 94.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6AC725 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB10619937-
CMYK0.4700.810.22
HSL94.44º68.64%46.27%-
HSV(B)94.44º81.41%78.04%-
XYZ26.744.048.84-
YUV152.7262.6994.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 199 (78.12% from 255) = 58.19%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=30.99%
G=58.19%
B=10.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106199370.4700.810.2294.4468.6446.27
Hex6AC7252F051165e452e
Octal152307455701212613610556
Binary110101011000111100101101111010100011011010111101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,199,37); }

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

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

 a { background-color: rgb(106,199,37); }

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

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

 span { border-color: rgb(106,199,37); }

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