#6BA124

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

Shades of Christi #6BA124

Tints of Christi #6BA124

Color information

#6BA124 (or 0x6BA124) is unknown color: approx Christi. HEX triplet: 6B, A1 and 24. RGB value is (107,161,36). Sum of RGB (Red+Green+Blue) = 107+161+36=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA124 is #945EDB. Grayscale: #838383. Windows color (decimal): -9723612 or 2400619. OLE color: 2400619.

HSL color Cylindrical-coordinate representation of color #6BA124: hue angle of 85.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BA124 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB10716136-
CMYK0.3400.780.37
HSL85.92º63.45%38.63%-
HSV(B)85.92º77.64%63.14%-
XYZ19.1328.746.21-
YUV130.674.61111.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.20%
GREEN value IS 161 (63.28% from 255) = 52.96%
BLUE value IS 36 (14.45% from 255) = 11.84%
R=35.20%
G=52.96%
B=11.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107161360.3400.780.3785.9263.4538.63
Hex6BA1242204E25563f27
Octal15324144420116451267747
Binary110101110100001100100100010010011101001011010110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,36); }

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

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

 a { background-color: rgb(107,161,36); }

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

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

 span { border-color: rgb(107,161,36); }

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