#67BA18

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

Shades of Christi #67BA18

Tints of Christi #67BA18

Color information

#67BA18 (or 0x67BA18) is unknown color: approx Christi. HEX triplet: 67, BA and 18. RGB value is (103,186,24). Sum of RGB (Red+Green+Blue) = 103+186+24=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BA18 is #9845E7. Grayscale: #8F8F8F. Windows color (decimal): -9979368 or 1620583. OLE color: 1620583.

HSL color Cylindrical-coordinate representation of color #67BA18: hue angle of 90.74º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67BA18 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB10318624-
CMYK0.4500.870.27
HSL90.74º77.14%41.18%-
HSV(B)90.74º87.1%72.94%-
XYZ23.3238.076.98-
YUV142.716199.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 186 (73.05% from 255) = 59.42%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=32.91%
G=59.42%
B=7.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103186240.4500.870.2790.7477.1441.18
Hex67BA182D0571B5b4d29
Octal147272305501273313311551
Binary11001111011101011000101101010101111101110110111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BA18; }

 p { color: rgb(103,186,24); }

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

<style>
 a { background-color: #67BA18; }

 a { background-color: rgb(103,186,24); }

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

<style>
 span { border-color: #67BA18; }

 span { border-color: rgb(103,186,24); }

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