#6ba61c

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

Shades of Christi #6BA61C

Tints of Christi #6BA61C

Color information

#6BA61C (or 0x6BA61C) is unknown color: approx Christi. HEX triplet: 6B, A6 and 1C. RGB value is (107,166,28). Sum of RGB (Red+Green+Blue) = 107+166+28=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #6BA61C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA61C is #9459E3. Grayscale: #858585. Windows color (decimal): -9722340 or 1877611. OLE color: 1877611.

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

Color convert

RGB10716628-
CMYK0.3600.830.35
HSL85.65º71.13%38.04%-
HSV(B)85.65º83.13%65.1%-
XYZ19.9130.485.93-
YUV132.6368.95109.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 166 (65.23% from 255) = 55.15%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=35.55%
G=55.15%
B=9.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal107166280.3600.830.3585.6571.1338.04
Hex6BA61C2405323564726
Octal153246344401234312610746
Binary110101110100110111001001000101001110001110101101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ba61c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,166,28); }

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

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

 a { background-color: rgb(107,166,28); }

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

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

 span { border-color: rgb(107,166,28); }

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