#6BB20B

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

Shades of Christi #6BB20B

Tints of Christi #6BB20B

Color information

#6BB20B (or 0x6BB20B) is unknown color: approx Christi. HEX triplet: 6B, B2 and 0B. RGB value is (107,178,11). Sum of RGB (Red+Green+Blue) = 107+178+11=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BB20B is #944DF4. Grayscale: #8A8A8A. Windows color (decimal): -9719285 or 766571. OLE color: 766571.

HSL color Cylindrical-coordinate representation of color #6BB20B: hue angle of 85.51º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BB20B is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB10717811-
CMYK0.4000.940.30
HSL85.51º88.36%37.06%-
HSV(B)85.51º93.82%69.8%-
XYZ22.0434.995.91-
YUV137.7356.48106.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 178 (69.92% from 255) = 60.14%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=36.15%
G=60.14%
B=3.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal107178110.4000.940.3085.5188.3637.06
Hex6BB2B2805E1E565825
Octal153262135001363612613045
Binary1101011101100101011101000010111101111010101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,178,11); }

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

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

 a { background-color: rgb(107,178,11); }

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

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

 span { border-color: rgb(107,178,11); }

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