#6AA41B

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

Shades of Christi #6AA41B

Tints of Christi #6AA41B

Color information

#6AA41B (or 0x6AA41B) is unknown color: approx Christi. HEX triplet: 6A, A4 and 1B. RGB value is (106,164,27). Sum of RGB (Red+Green+Blue) = 106+164+27=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 164 (64.45% from 255 or 55.22% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA41B is #955BE4. Grayscale: #838383. Windows color (decimal): -9788389 or 1811562. OLE color: 1811562.

HSL color Cylindrical-coordinate representation of color #6AA41B: hue angle of 85.4º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AA41B is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB10616427-
CMYK0.3500.840.36
HSL85.4º71.73%37.45%-
HSV(B)85.4º83.54%64.31%-
XYZ19.4229.695.75-
YUV131.0469.28110.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 164 (64.45% from 255) = 55.22%
BLUE value IS 27 (10.94% from 255) = 9.09%
R=35.69%
G=55.22%
B=9.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164270.3500.840.3685.471.7337.45
Hex6AA41B2305424554825
Octal152244334301244412511045
Binary110101010100100110111000110101010010010010101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,27); }

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

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

 a { background-color: rgb(106,164,27); }

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

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

 span { border-color: rgb(106,164,27); }

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