#6BA201

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

Shades of Christi #6BA201

Tints of Christi #6BA201

Color information

#6BA201 (or 0x6BA201) is unknown color: approx Christi. HEX triplet: 6B, A2 and 01. RGB value is (107,162,1). Sum of RGB (Red+Green+Blue) = 107+162+1=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA201 is #945DFE. Grayscale: #7F7F7F. Windows color (decimal): -9723391 or 107115. OLE color: 107115.

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

Color convert

RGB1071621-
CMYK0.3400.990.36
HSL80.5º98.77%31.96%-
HSV(B)80.5º99.38%63.53%-
XYZ18.9928.974.62-
YUV127.256.78113.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 162 (63.67% from 255) = 60%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=39.63%
G=60%
B=0.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10716210.3400.990.3680.598.7731.96
Hex6BA212206324506320
Octal15324214201434412014340
Binary11010111010001011000100110001110010010100001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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