#6EBE1A

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

Shades of Christi #6EBE1A

Tints of Christi #6EBE1A

Color information

#6EBE1A (or 0x6EBE1A) is unknown color: approx Christi. HEX triplet: 6E, BE and 1A. RGB value is (110,190,26). Sum of RGB (Red+Green+Blue) = 110+190+26=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBE1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBE1A is #9141E5. Grayscale: #939393. Windows color (decimal): -9519590 or 1752686. OLE color: 1752686.

HSL color Cylindrical-coordinate representation of color #6EBE1A: hue angle of 89.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6EBE1A is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB11019026-
CMYK0.4200.860.25
HSL89.27º75.93%42.35%-
HSV(B)89.27º86.32%74.51%-
XYZ25.0340.227.42-
YUV147.3859.5101.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 26 (10.55% from 255) = 7.98%
R=33.74%
G=58.28%
B=7.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110190260.4200.860.2589.2775.9342.35
Hex6EBE1A2A05619594c2a
Octal156276325201263113111452
Binary11011101011111011010101010010101101100110110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,190,26); }

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

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

 a { background-color: rgb(110,190,26); }

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

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

 span { border-color: rgb(110,190,26); }

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