#6FA125

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

Shades of Christi #6FA125

Tints of Christi #6FA125

Color information

#6FA125 (or 0x6FA125) is unknown color: approx Christi. HEX triplet: 6F, A1 and 25. RGB value is (111,161,37). Sum of RGB (Red+Green+Blue) = 111+161+37=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA125 is #905EDA. Grayscale: #848484. Windows color (decimal): -9461467 or 2466159. OLE color: 2466159.

HSL color Cylindrical-coordinate representation of color #6FA125: hue angle of 84.19º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6FA125 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB11116137-
CMYK0.3100.770.37
HSL84.19º62.63%38.82%-
HSV(B)84.19º77.02%63.14%-
XYZ19.63296.31-
YUV131.9174.44113.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 161 (63.28% from 255) = 52.10%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=35.92%
G=52.10%
B=11.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111161370.3100.770.3784.1962.6338.82
Hex6FA1251F04D25543f27
Octal15724145370115451247747
Binary11011111010000110010111111010011011001011010100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,161,37); }

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

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

 a { background-color: rgb(111,161,37); }

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

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

 span { border-color: rgb(111,161,37); }

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