#6BA20E

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

Shades of Christi #6BA20E

Tints of Christi #6BA20E

Color information

#6BA20E (or 0x6BA20E) is unknown color: approx Christi. HEX triplet: 6B, A2 and 0E. RGB value is (107,162,14). Sum of RGB (Red+Green+Blue) = 107+162+14=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 162 (63.67% from 255 or 57.24% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA20E is #945DF1. Grayscale: #818181. Windows color (decimal): -9723378 or 959083. OLE color: 959083.

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

Color convert

RGB10716214-
CMYK0.3400.910.36
HSL82.3º84.09%34.51%-
HSV(B)82.3º91.36%63.53%-
XYZ19.06295.01-
YUV128.6863.28112.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.81%
GREEN value IS 162 (63.67% from 255) = 57.24%
BLUE value IS 14 (5.86% from 255) = 4.95%
R=37.81%
G=57.24%
B=4.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107162140.3400.910.3682.384.0934.51
Hex6BA2E2205B24525423
Octal153242164201334412212443
Binary11010111010001011101000100101101110010010100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,14); }

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

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

 a { background-color: rgb(107,162,14); }

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

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

 span { border-color: rgb(107,162,14); }

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