#6BB10C

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

Shades of Christi #6BB10C

Tints of Christi #6BB10C

Color information

#6BB10C (or 0x6BB10C) is unknown color: approx Christi. HEX triplet: 6B, B1 and 0C. RGB value is (107,177,12). Sum of RGB (Red+Green+Blue) = 107+177+12=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BB10C is #944EF3. Grayscale: #898989. Windows color (decimal): -9719540 or 831851. OLE color: 831851.

HSL color Cylindrical-coordinate representation of color #6BB10C: hue angle of 85.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BB10C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB10717712-
CMYK0.4000.930.31
HSL85.45º87.3%37.06%-
HSV(B)85.45º93.22%69.41%-
XYZ21.8534.65.87-
YUV137.2657.31106.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 12 (5.08% from 255) = 4.05%
R=36.15%
G=59.80%
B=4.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107177120.4000.930.3185.4587.337.06
Hex6BB1C2805D1F555725
Octal153261145001353712512745
Binary1101011101100011100101000010111011111110101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,12); }

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

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

 a { background-color: rgb(107,177,12); }

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

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

 span { border-color: rgb(107,177,12); }

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