#6BB413

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

Shades of Christi #6BB413

Tints of Christi #6BB413

Color information

#6BB413 (or 0x6BB413) is unknown color: approx Christi. HEX triplet: 6B, B4 and 13. RGB value is (107,180,19). Sum of RGB (Red+Green+Blue) = 107+180+19=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BB413 is #944BEC. Grayscale: #8C8C8C. Windows color (decimal): -9718765 or 1291371. OLE color: 1291371.

HSL color Cylindrical-coordinate representation of color #6BB413: hue angle of 87.2º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BB413 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB10718019-
CMYK0.4100.890.29
HSL87.2º80.9%39.02%-
HSV(B)87.2º89.44%70.59%-
XYZ22.535.826.34-
YUV139.8259.82104.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 180 (70.70% from 255) = 58.82%
BLUE value IS 19 (7.81% from 255) = 6.21%
R=34.97%
G=58.82%
B=6.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107180190.4100.890.2987.280.939.02
Hex6BB413290591D575127
Octal153264235101313512712147
Binary11010111011010010011101001010110011110110101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,19); }

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

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

 a { background-color: rgb(107,180,19); }

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

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

 span { border-color: rgb(107,180,19); }

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