#6BBC05

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

Shades of Christi #6BBC05

Tints of Christi #6BBC05

Color information

#6BBC05 (or 0x6BBC05) is unknown color: approx Christi. HEX triplet: 6B, BC and 05. RGB value is (107,188,5). Sum of RGB (Red+Green+Blue) = 107+188+5=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 188 (73.83% from 255 or 62.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BBC05 is #9443FA. Grayscale: #8F8F8F. Windows color (decimal): -9716731 or 375915. OLE color: 375915.

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

Color convert

RGB1071885-
CMYK0.4300.970.26
HSL86.56º94.82%37.84%-
HSV(B)86.56º97.34%73.73%-
XYZ24.0739.16.42-
YUV142.9250.16102.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 188 (73.83% from 255) = 62.67%
BLUE value IS 5 (2.34% from 255) = 1.67%
R=35.67%
G=62.67%
B=1.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10718850.4300.970.2686.5694.8237.84
Hex6BBC52B0611A575f26
Octal15327455301413212713746
Binary110101110111100101101011011000011101010101111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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