#6FA529

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

Shades of Christi #6FA529

Tints of Christi #6FA529

Color information

#6FA529 (or 0x6FA529) is unknown color: approx Christi. HEX triplet: 6F, A5 and 29. RGB value is (111,165,41). Sum of RGB (Red+Green+Blue) = 111+165+41=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA529 is #905AD6. Grayscale: #878787. Windows color (decimal): -9460439 or 2729327. OLE color: 2729327.

HSL color Cylindrical-coordinate representation of color #6FA529: hue angle of 86.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6FA529 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB11116541-
CMYK0.3300.750.35
HSL86.13º60.19%40.39%-
HSV(B)86.13º75.15%64.71%-
XYZ20.4130.456.9-
YUV134.7275.11111.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.02%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=35.02%
G=52.05%
B=12.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111165410.3300.750.3586.1360.1940.39
Hex6FA5292104B23563c28
Octal15724551410113431267450
Binary110111110100101101001100001010010111000111010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,41); }

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

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

 a { background-color: rgb(111,165,41); }

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

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

 span { border-color: rgb(111,165,41); }

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