#6BBC2D

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

Shades of Christi #6BBC2D

Tints of Christi #6BBC2D

Color information

#6BBC2D (or 0x6BBC2D) is unknown color: approx Christi. HEX triplet: 6B, BC and 2D. RGB value is (107,188,45). Sum of RGB (Red+Green+Blue) = 107+188+45=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC2D is #9443D2. Grayscale: #939393. Windows color (decimal): -9716691 or 2997355. OLE color: 2997355.

HSL color Cylindrical-coordinate representation of color #6BBC2D: hue angle of 93.99º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BBC2D is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB10718845-
CMYK0.4300.760.26
HSL93.99º61.37%45.69%-
HSV(B)93.99º76.06%73.73%-
XYZ24.5239.288.77-
YUV147.4870.1699.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 188 (73.83% from 255) = 55.29%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=31.47%
G=55.29%
B=13.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal107188450.4300.760.2693.9961.3745.69
Hex6BBC2D2B04C1A5e3d2e
Octal15327455530114321367556
Binary11010111011110010110110101101001100110101011110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,188,45); }

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

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

 a { background-color: rgb(107,188,45); }

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

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

 span { border-color: rgb(107,188,45); }

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