#6AA31C

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

Shades of Christi #6AA31C

Tints of Christi #6AA31C

Color information

#6AA31C (or 0x6AA31C) is unknown color: approx Christi. HEX triplet: 6A, A3 and 1C. RGB value is (106,163,28). Sum of RGB (Red+Green+Blue) = 106+163+28=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA31C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA31C is #955CE3. Grayscale: #838383. Windows color (decimal): -9788644 or 1876842. OLE color: 1876842.

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

Color convert

RGB10616328-
CMYK0.3500.830.36
HSL85.33º70.68%37.45%-
HSV(B)85.33º82.82%63.92%-
XYZ19.2529.345.75-
YUV130.5770.12110.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=35.69%
G=54.88%
B=9.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106163280.3500.830.3685.3370.6837.45
Hex6AA31C2305324554725
Octal152243344301234412510745
Binary110101010100011111001000110101001110010010101011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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