#6AAB1C

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

Shades of Christi #6AAB1C

Tints of Christi #6AAB1C

Color information

#6AAB1C (or 0x6AAB1C) is unknown color: approx Christi. HEX triplet: 6A, AB and 1C. RGB value is (106,171,28). Sum of RGB (Red+Green+Blue) = 106+171+28=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB1C is #9554E3. Grayscale: #878787. Windows color (decimal): -9786596 or 1878890. OLE color: 1878890.

HSL color Cylindrical-coordinate representation of color #6AAB1C: hue angle of 87.27º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AAB1C is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB10617128-
CMYK0.3800.840.33
HSL87.27º71.86%39.02%-
HSV(B)87.27º83.63%67.06%-
XYZ20.7232.276.24-
YUV135.2667.47107.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 171 (67.19% from 255) = 56.07%
BLUE value IS 28 (11.33% from 255) = 9.18%
R=34.75%
G=56.07%
B=9.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171280.3800.840.3387.2771.8639.02
Hex6AAB1C2605421574827
Octal152253344601244112711047
Binary110101010101011111001001100101010010000110101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,28); }

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

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

 a { background-color: rgb(106,171,28); }

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

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

 span { border-color: rgb(106,171,28); }

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