#6FA526

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

Shades of Christi #6FA526

Tints of Christi #6FA526

Color information

#6FA526 (or 0x6FA526) is unknown color: approx Christi. HEX triplet: 6F, A5 and 26. RGB value is (111,165,38). Sum of RGB (Red+Green+Blue) = 111+165+38=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA526 is #905AD9. Grayscale: #868686. Windows color (decimal): -9460442 or 2532719. OLE color: 2532719.

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

Color convert

RGB11116538-
CMYK0.3300.770.35
HSL85.51º62.56%39.8%-
HSV(B)85.51º76.97%64.71%-
XYZ20.3630.436.63-
YUV134.3873.61111.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 165 (64.84% from 255) = 52.55%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=35.35%
G=52.55%
B=12.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111165380.3300.770.3585.5162.5639.8
Hex6FA5262104D23563f28
Octal15724546410115431267750
Binary110111110100101100110100001010011011000111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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