#6BC80A

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

Shades of Christi #6BC80A

Tints of Christi #6BC80A

Color information

#6BC80A (or 0x6BC80A) is unknown color: approx Christi. HEX triplet: 6B, C8 and 0A. RGB value is (107,200,10). Sum of RGB (Red+Green+Blue) = 107+200+10=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC80A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC80A is #9437F5. Grayscale: #979797. Windows color (decimal): -9713654 or 706667. OLE color: 706667.

HSL color Cylindrical-coordinate representation of color #6BC80A: hue angle of 89.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BC80A is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB10720010-
CMYK0.4600.950.22
HSL89.37º90.48%41.18%-
HSV(B)89.37º95%78.43%-
XYZ26.7744.467.46-
YUV150.5348.6996.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 200 (78.52% from 255) = 63.09%
BLUE value IS 10 (4.30% from 255) = 3.15%
R=33.75%
G=63.09%
B=3.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107200100.4600.950.2289.3790.4841.18
Hex6BC8A2E05F16595a29
Octal153310125601372613113251
Binary1101011110010001010101110010111111011010110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,200,10); }

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

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

 a { background-color: rgb(107,200,10); }

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

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

 span { border-color: rgb(107,200,10); }

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